X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=cli%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Ftransportpce%2Fcli%2Fcommands%2FTransportpceCliTestCommand.java;h=3efbab91f24318ce81246baf0556faec2ba28cb8;hb=f635c4d0e4252050154b89d53bd7e658eaf75be8;hp=f9c4e9565ea9aa6ebd7b2793464ad4431ab39703;hpb=fa70a417a7d45d199b9597942dddebadf83a3d0e;p=transportpce.git diff --git a/cli/src/main/java/org/opendaylight/transportpce/cli/commands/TransportpceCliTestCommand.java b/cli/src/main/java/org/opendaylight/transportpce/cli/commands/TransportpceCliTestCommand.java index f9c4e9565..3efbab91f 100644 --- a/cli/src/main/java/org/opendaylight/transportpce/cli/commands/TransportpceCliTestCommand.java +++ b/cli/src/main/java/org/opendaylight/transportpce/cli/commands/TransportpceCliTestCommand.java @@ -18,7 +18,9 @@ import org.slf4j.LoggerFactory; * This is an example class. The class name can be renamed to match the command implementation that it will invoke. * Specify command details by updating the fields in the Command annotation below. */ -@Command(name = "test-command", scope = "add the scope of the command, usually project name", description = "add a description for the command") +@Command(name = "test-command", + scope = "add the scope of the command, usually project name", + description = "add a description for the command") public class TransportpceCliTestCommand extends AbstractAction { private static final Logger LOG = LoggerFactory.getLogger(TransportpceCliTestCommand.class); @@ -50,4 +52,4 @@ public class TransportpceCliTestCommand extends AbstractAction { final String testMessage = (String) service.testCommand(testArgument); return testMessage; } -} \ No newline at end of file +}