Fix issues with the maven startup-archetype
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / cli / src / main / java / __packageInPathFormat__ / cli / impl / __classPrefix__CliCommandsImpl.java
index 62ca5aa2ac3e3b5f31078132326f4a5508b7399b..b7f50372c1c56a115a8fbce0638f54ad7448cb8d 100644 (file)
@@ -11,9 +11,9 @@
 package ${package}.cli.impl;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
+import ${package}.cli.api.${classPrefix}CliCommands;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import ${package}.cli.api.${classPrefix}CliCommands;
 
 public class ${classPrefix}CliCommandsImpl implements ${classPrefix}CliCommands {
 
@@ -29,4 +29,4 @@ public class ${classPrefix}CliCommandsImpl implements ${classPrefix}CliCommands
     public Object testCommand(Object testArgument) {
         return "This is a test implementation of test-command";
     }
-}
\ No newline at end of file
+}