< prev index next >

src/jdk.zipfs/share/classes/jdk/nio/zipfs/JarFileSystem.java

Print this page
rev 53034 : 8215472: Cleanups in implementation classes of jdk.zipfs and tests

@@ -46,11 +46,10 @@
  * to determine if the entry has a corresponding versioned entry.  If so, the
  * versioned entry is returned.
  *
  * @author Steve Drach
  */
-
 class JarFileSystem extends ZipFileSystem {
     private Function<byte[],byte[]> lookup;
 
     @Override
     IndexNode getInode(byte[] path) {
< prev index next >