jkevan commented on code in PR #432:
URL: https://github.com/apache/unomi/pull/432#discussion_r892034410


##########
lifecycle-watcher/src/main/java/org/apache/unomi/lifecycle/BundleWatcher.java:
##########
@@ -30,10 +30,12 @@ public interface BundleWatcher {
      * Retrieves the list of the server information objects, that include 
extensions. Each object includes the
      * name and version of the server, build time information and the event 
types
      * if recognizes as well as the capabilities supported by the system.
+     *
      * @return a list of ServerInfo objects with all the server information
      */
     List<ServerInfo> getServerInfos();
 
-
     boolean isStartupComplete();
+
+    boolean allAdditionalBundleStarted();

Review Comment:
   IS it necessary to have a public function about that ?
   For what purpose ? 
   If it's necessary, please add some JavaDoc. or remove it from Service 
interface and make it private.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to