protected void deactivate()

in src/main/java/org/apache/sling/i18n/impl/JcrResourceBundleProvider.java [445:457]


    protected void deactivate() {

        if (this.locatorPathsTracker != null) {
            this.locatorPathsTracker.close();
            this.locatorPathsTracker = null;
        }

        if (this.resourceBundleRegistry != null) {
            this.resourceBundleRegistry.close();
        }

        clearCache();
    }