mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '2.2.x'
See gh-21127
This commit is contained in:
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user