ionutzpi commented on code in PR #12:
URL: 
https://github.com/apache/sling-org-apache-sling-discovery-base/pull/12#discussion_r2066188948


##########
src/main/java/org/apache/sling/discovery/base/commons/BaseDiscoveryService.java:
##########
@@ -41,12 +42,15 @@ public abstract class BaseDiscoveryService implements 
DiscoveryService {
     /** the old view previously valid and sent to the TopologyEventListeners 
**/
     private DefaultTopologyView oldView;
 
+    @Reference
+    private TopologyReadinessHandler topologyReadinessHandler;
+
     protected abstract ClusterViewService getClusterViewService();
     
     protected abstract AnnouncementRegistry getAnnouncementRegistry();
     
     protected abstract void handleIsolatedFromTopology();
-    
+

Review Comment:
   Done.



-- 
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: dev-unsubscr...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to