summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c701c21..9336466 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;