static void destroyPlugin()

in src/main/java/org/apache/sling/bundleresource/impl/BundleResourceWebConsolePlugin.java [67:75]


    static void destroyPlugin() {
        if (INSTANCE != null) {
            try {
                INSTANCE.deactivate();
            } finally {
                INSTANCE = null;
            }
        }
    }