Skip to content

Commit 5889044

Browse files
committed
@see 文件错误,修改 Docs 的编译错误
1 parent 920b8fe commit 5889044

File tree

1 file changed

+1
-1
lines changed
  • core-java-modules/core-java-io/src/main/java/com/ossez/unzip

1 file changed

+1
-1
lines changed

core-java-modules/core-java-io/src/main/java/com/ossez/unzip/UnzipFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void main(final String[] args) throws IOException {
2929
}
3030

3131
/**
32-
* @see https://snyk.io/research/zip-slip-vulnerability
32+
* https://snyk.io/research/zip-slip-vulnerability
3333
*/
3434
public static File newFile(File destinationDir, ZipEntry zipEntry) throws IOException {
3535
File destFile = new File(destinationDir, zipEntry.getName());

0 commit comments

Comments
 (0)