RepoContext: Format with google-java-format

Change-Id: I651afa9b2e7556118d70d60de5d503b119df00d3
This commit is contained in:
David Pursehouse
2017-04-19 09:23:43 +02:00
parent 5a359cf26a
commit 31d0fc08e9

View File

@@ -14,12 +14,11 @@
package com.google.gerrit.server.update;
import java.io.IOException;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectInserter;
import org.eclipse.jgit.transport.ReceiveCommand;
import java.io.IOException;
/** Context for performing the {@link BatchUpdateOp#updateRepo} phase. */
public interface RepoContext extends Context {
/**