Corrects various javadoc problems
[transportpce.git] / cli / src / main / java / org / opendaylight / transportpce / cli / api / TransportpceCliCommands.java
index 8a5b0f454d898c7041402db3efe501ba783cfa99..5a9561f6639e3b16c74669e1843b8ba1d0cbe57a 100644 (file)
@@ -12,6 +12,12 @@ public interface TransportpceCliCommands {
     /**
      * Define the Karaf command method signatures and the Javadoc for each.
      * Below method is just an example
+     *
+     * @param testArgument
+     *           testArgument
+     *
+     * @return
+     *           returns nothing
      */
     Object testCommand(Object testArgument);
 }