public void removedBundle()

in src/main/java/org/apache/sling/i18n/impl/LocatorPathsTracker.java [102:108]


    public void removedBundle(Bundle bundle, BundleEvent event, Set<LocatorPaths> baseNamesSet) {
        log.info(
                "Unregistered {} resource bundle locator paths for bundle: {}",
                baseNamesSet.size(),
                bundle.getSymbolicName());
        this.rbp.unregisterLocatorPaths(baseNamesSet);
    }