@see 文件错误,修改 Docs 的编译错误

This commit is contained in:
YuCheng Hu 2022-05-04 08:39:50 -04:00
parent 920b8fe85b
commit 58890445bf

View File

@ -29,7 +29,7 @@ public class UnzipFile {
} }
/** /**
* @see https://snyk.io/research/zip-slip-vulnerability * https://snyk.io/research/zip-slip-vulnerability
*/ */
public static File newFile(File destinationDir, ZipEntry zipEntry) throws IOException { public static File newFile(File destinationDir, ZipEntry zipEntry) throws IOException {
File destFile = new File(destinationDir, zipEntry.getName()); File destFile = new File(destinationDir, zipEntry.getName());