X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fpolicyagent%2FApplication.java;h=6d8cd99ee7fe6bc7498bf86b2758aa834ea2128b;hb=9f9cde2f0d76ad943f5dfcf50548be5800834a2f;hp=fdfca6114fbc25cf72514b03ed52e47d4bf9e53d;hpb=296f7c083ed15a57e59ea4546eb0624bf235d29b;p=nonrtric.git diff --git a/policy-agent/src/main/java/org/oransc/policyagent/Application.java b/policy-agent/src/main/java/org/oransc/policyagent/Application.java index fdfca611..6d8cd99e 100644 --- a/policy-agent/src/main/java/org/oransc/policyagent/Application.java +++ b/policy-agent/src/main/java/org/oransc/policyagent/Application.java @@ -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(); }; } - }