src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java

Print this page

        

@@ -49,11 +49,11 @@
 
     private static final boolean debug = false;
 
     /* the Jar file factory. It handles both retrieval and caching.
      */
-    private static JarFileFactory factory = new JarFileFactory();
+    private static JarFileFactory factory = JarFileFactory.getInstance();
 
     /* the url for the Jar file */
     private URL jarFileURL;
 
     /* the permission to get this JAR file. This is the actual, ultimate,