added karaf netconf CLI and some minor fixes mostly from compilation warnings
[transportpce.git] / cli / src / main / java / org / opendaylight / transportpce / cli / impl / TransportpceCliCommandsImpl.java
index af15d6814dba601ecac908ca4f4a5cf40c7c7e29..9da5c6fd2f54d17ff4c5c2eb8a46a4819eb01bdb 100644 (file)
@@ -8,9 +8,9 @@
 package org.opendaylight.transportpce.cli.impl;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
+import org.opendaylight.transportpce.cli.api.TransportpceCliCommands;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import org.opendaylight.transportpce.cli.api.TransportpceCliCommands;
 
 public class TransportpceCliCommandsImpl implements TransportpceCliCommands {
 
@@ -26,4 +26,4 @@ public class TransportpceCliCommandsImpl implements TransportpceCliCommands {
     public Object testCommand(Object testArgument) {
         return "This is a test implementation of test-command";
     }
-}
\ No newline at end of file
+}