< prev index next >

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

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

*** 46,56 **** * 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) { --- 46,55 ----
< prev index next >