You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/NestedJarFile.java
+9-3
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,10 @@ public class NestedJarFile extends JarFile {
101
101
* Creates a new {@link NestedJarFile} instance to read from the specific
102
102
* {@code File}.
103
103
* @param file the jar file to be opened for reading
104
-
* @param nestedEntryName the nested entry name to open or {@code null}
104
+
* @param nestedEntryName the nested entry name to open
105
105
* @throws IOException on I/O error
106
+
* @throws IllegalArgumentException if {@code nestedEntryName} is {@code null} or
0 commit comments