protected void deactivate()

in src/main/java/org/apache/sling/discovery/impl/standalone/NoClusterDiscoveryService.java [97:104]


    protected void deactivate() {
        synchronized ( lock ) {
            this.currentTopologyView.invalidate();
            this.currentTopologyView = null;
            this.cachedProperties = null;
        }
        logger.debug("NoClusterDiscoveryService stopped.");
    }