From 10348cfa5c12ffcb51337c64a1be8a8d407e7cf1 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 6 Jun 2018 09:40:53 +0900 Subject: StartCommand: Reformat with google-java-format 1.6 Change-Id: I3c3420f9951b8060273d88e5bf2bcacce8266ab6 --- .../com/googlesource/gerrit/plugins/replication/StartCommand.java | 5 ++--- 1 file 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; -- cgit v1.2.3