public void stop()

in src/main/java/org/apache/sling/settings/impl/Activator.java [35:37]


    public void stop(BundleContext context) throws Exception {
        // no need to unregister services registered at start(...) as this happens implicitly
    }