public synchronized void stop()

in src/main/java/org/apache/sling/feature/apiregions/impl/Activator.java [113:122]


    public synchronized void stop(BundleContext context) throws Exception {
        // All services automatically get unregistered by the framework.

        if (configuration != null) {
            configuration.storeLocationToConfigMap(context);
        }
        if ( this.configAdminTracker != null ) {
            this.configAdminTracker.close();
        }
    }