This commit is contained in:
Looly 2023-03-20 22:08:16 +08:00
parent f50cb5e8df
commit 6060772c32

View File

@ -82,7 +82,7 @@ public class StreamExtractor implements Extractor {
//issue#I5J33E支持tgz格式解压
try {
this.in = new TarArchiveInputStream(new GzipCompressorInputStream(in));
} catch (IOException e) {
} catch (final IOException e) {
throw new IORuntimeException(e);
}
} else {