protected BundleResourceURLConnection()

in src/main/java/org/apache/sling/bundleresource/impl/BundleResourceURLConnection.java [44:49]


    protected BundleResourceURLConnection(Bundle bundle, String bundlePath, URL url) {
        super(url);

        this.bundle = bundle;
        this.bundlePath = bundlePath;
    }