static void initPlugin()

in src/main/java/org/apache/sling/bundleresource/impl/BundleResourceWebConsolePlugin.java [59:65]


    static void initPlugin(BundleContext context) {
        if (INSTANCE == null) {
            BundleResourceWebConsolePlugin tmp = new BundleResourceWebConsolePlugin();
            tmp.activate(context);
            INSTANCE = tmp;
        }
    }