summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-06-06 10:22:12 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2018-06-06 10:22:12 +0900
commita62c3c331e11d6477d04b6b3079346f0ea2bcd8f (patch)
tree63fa0a0152541f92913dd53073af6e1c5efbb751
parente6092a02c3e65130b596ede26a4038c83314bafc (diff)
parent10348cfa5c12ffcb51337c64a1be8a8d407e7cf1 (diff)
Merge branch 'stable-2.14' into stable-2.15
* stable-2.14: StartCommand: Reformat with google-java-format 1.6 Change-Id: If85bd54040a37946cbe5aa69a80e43e5feaa6d6c
-rw-r--r--src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java b/src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java
index ec8d1f6..5aa0861 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/replication/StartCommand.java
@@ -29,9 +29,8 @@ import org.kohsuke.args4j.Option;
@RequiresCapability(StartReplicationCapability.START_REPLICATION)
@CommandMetaData(
- name = "start",
- description = "Start replication for specific project or all projects"
-)
+ name = "start",
+ description = "Start replication for specific project or all projects")
final class StartCommand extends SshCommand {
@Inject private ReplicationStateLogger stateLog;