< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/jdeps/ClassFileReader.java

Print this page

        

@@ -61,11 +61,11 @@
 public class ClassFileReader implements Closeable {
     /**
      * Returns a ClassFileReader instance of a given path.
      */
     public static ClassFileReader newInstance(Path path) throws IOException {
-        return newInstance(path, JarFile.baseVersion());
+        return newInstance(path, null);
     }
 
     /**
      * Returns a ClassFileReader instance of a given path.
      */
< prev index next >