Format Java files with google-java-format
Change-Id: I8a83f8f533d88343c991a3455e428de1c6af7409
This commit is contained in:
@@ -49,7 +49,6 @@ import org.eclipse.jgit.internal.storage.dfs.InMemoryRepository;
|
|||||||
import org.eclipse.jgit.junit.TestRepository;
|
import org.eclipse.jgit.junit.TestRepository;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
|
||||||
@NoHttpd
|
@NoHttpd
|
||||||
@Sandboxed
|
@Sandboxed
|
||||||
public class ProjectWatchIT extends AbstractDaemonTest {
|
public class ProjectWatchIT extends AbstractDaemonTest {
|
||||||
|
|||||||
@@ -1113,7 +1113,10 @@ public class ReceiveCommits {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
reject(cmd, "prohibited by Gerrit: don't know how to handle config update of type " + cmd.getType());
|
reject(
|
||||||
|
cmd,
|
||||||
|
"prohibited by Gerrit: don't know how to handle config update of type "
|
||||||
|
+ cmd.getType());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user