mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix IllegalStateException in TDeflater
This commit is contained in:
parent
de84105241
commit
b8c73ae00c
|
@ -57,7 +57,7 @@ public class TDeflater {
|
|||
}
|
||||
compressLevel = level;
|
||||
try {
|
||||
impl = new Deflater(compressLevel, strategy, noHeader);
|
||||
impl = new Deflater(compressLevel, noHeader);
|
||||
} catch (GZIPException e) {
|
||||
// do nothing
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user