fix since

This commit is contained in:
Looly 2023-08-10 22:23:21 +08:00
parent e58a6055d6
commit d082e6f27b

View File

@ -102,7 +102,7 @@ public class ZipReader implements Closeable {
*
* @param maxSizeDiff 检查ZipBomb文件差异倍数-1表示不检查ZipBomb
* @return this
* @since 6.0.0
* @since 5.8.21
*/
public ZipReader setMaxSizeDiff(final int maxSizeDiff) {
this.maxSizeDiff = maxSizeDiff;