Fix Jenkins staging job using JAR args in pom
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / Application.java
index fdfca61..6d8cd99 100644 (file)
@@ -41,8 +41,9 @@ public class Application {
     /**
      * Starts the service and reads the configuration.
      *
-     * @param ctx
-     * @return
+     * @param ctx the application context.
+     *
+     * @return the command line runner performing tasks at startup.
      */
     @Bean
     public CommandLineRunner commandLineRunner(ApplicationContext ctx) {
@@ -51,5 +52,4 @@ public class Application {
             startupService.startup();
         };
     }
-
 }