jdk/src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java
changeset 16491 272ad530ce3a
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
16490:43315ae7fa96 16491:272ad530ce3a
    49 
    49 
    50     private static final boolean debug = false;
    50     private static final boolean debug = false;
    51 
    51 
    52     /* the Jar file factory. It handles both retrieval and caching.
    52     /* the Jar file factory. It handles both retrieval and caching.
    53      */
    53      */
    54     private static JarFileFactory factory = new JarFileFactory();
    54     private static final JarFileFactory factory = JarFileFactory.getInstance();
    55 
    55 
    56     /* the url for the Jar file */
    56     /* the url for the Jar file */
    57     private URL jarFileURL;
    57     private URL jarFileURL;
    58 
    58 
    59     /* the permission to get this JAR file. This is the actual, ultimate,
    59     /* the permission to get this JAR file. This is the actual, ultimate,