Servicehandler Tests
[transportpce.git] / cli / src / main / java / org / opendaylight / transportpce / cli / commands / TransportpceCliTestCommand.java
index f9c4e9565ea9aa6ebd7b2793464ad4431ab39703..3efbab91f24318ce81246baf0556faec2ba28cb8 100644 (file)
@@ -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
+}