Cleanup
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / controllers / StartupService.java
index c0a05d3..12866ac 100644 (file)
@@ -49,6 +49,9 @@ public class StartupService {
         this.rics = rics;
     }
 
+    /**
+     * Reads the configured Rics and performs the service discovery. The result is put into the repository.
+     */
     public void startup() {
         applicationConfig.initialize();
         Vector<RicConfig> ricConfigs = applicationConfig.getRicConfigs();