commit
77b9dd900c
|
@ -115,6 +115,7 @@ public class JarFile extends java.util.jar.JarFile implements Iterable<java.util
|
|||
*/
|
||||
JarFile(JarFile parent) throws IOException {
|
||||
super(parent.rootFile.getFile());
|
||||
super.close();
|
||||
this.parent = parent;
|
||||
this.rootFile = parent.rootFile;
|
||||
this.pathFromRoot = parent.pathFromRoot;
|
||||
|
|
Loading…
Reference in New Issue