mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 11:02:26 +00:00
unused imports removed, code formatting, recompile test reverted
This commit is contained in:
@@ -859,7 +859,7 @@ public class SWFInputStream extends InputStream {
|
||||
while (true) {
|
||||
long pos = getPos();
|
||||
try {
|
||||
tag = readTag(swf, level, pos, parseTags && !parallel, parallel, skipUnusualTags, gfx);
|
||||
tag = readTag(swf, level, pos, parseTags && !parallel, parallel, skipUnusualTags, gfx);
|
||||
} catch (EOFException | EndOfStreamException ex) {
|
||||
tag = null;
|
||||
}
|
||||
@@ -947,7 +947,7 @@ public class SWFInputStream extends InputStream {
|
||||
} catch (ExecutionException e) {
|
||||
Logger.getLogger(SWFInputStream.class.getName()).log(Level.SEVERE, "Error during tag reading", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
executor.shutdown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user