static

in src/main/java/org/apache/sling/bundleresource/impl/BundleResourceCache.java [91:97]


    static {
        try {
            NOT_FOUND_URL = new URL("file:/not_found");
        } catch (MalformedURLException mue) {
            throw new ExceptionInInitializerError(mue);
        }
    }