mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix since
This commit is contained in:
@@ -102,7 +102,7 @@ public class ZipReader implements Closeable {
|
|||||||
*
|
*
|
||||||
* @param maxSizeDiff 检查ZipBomb文件差异倍数,-1表示不检查ZipBomb
|
* @param maxSizeDiff 检查ZipBomb文件差异倍数,-1表示不检查ZipBomb
|
||||||
* @return this
|
* @return this
|
||||||
* @since 6.0.0
|
* @since 5.8.21
|
||||||
*/
|
*/
|
||||||
public ZipReader setMaxSizeDiff(final int maxSizeDiff) {
|
public ZipReader setMaxSizeDiff(final int maxSizeDiff) {
|
||||||
this.maxSizeDiff = maxSizeDiff;
|
this.maxSizeDiff = maxSizeDiff;
|
||||||
|
Reference in New Issue
Block a user