mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
f50cb5e8df
commit
6060772c32
@ -82,7 +82,7 @@ public class StreamExtractor implements Extractor {
|
|||||||
//issue#I5J33E,支持tgz格式解压
|
//issue#I5J33E,支持tgz格式解压
|
||||||
try {
|
try {
|
||||||
this.in = new TarArchiveInputStream(new GzipCompressorInputStream(in));
|
this.in = new TarArchiveInputStream(new GzipCompressorInputStream(in));
|
||||||
} catch (IOException e) {
|
} catch (final IOException e) {
|
||||||
throw new IORuntimeException(e);
|
throw new IORuntimeException(e);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user