mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-02 20:34:19 +00:00
checkstyle fix
This commit is contained in:
@@ -4510,7 +4510,7 @@ public class CommandLineArgumentParser {
|
||||
}
|
||||
Configuration.dumpTags.set(true);
|
||||
Configuration.parallelSpeedUp.set(false);
|
||||
try(InputStream is = new FileInputStream(args.pop())) {
|
||||
try (InputStream is = new FileInputStream(args.pop())) {
|
||||
SWF swf = new SWF(is, false, false);
|
||||
} catch (Exception ex) {
|
||||
logger.log(Level.SEVERE, null, ex);
|
||||
|
||||
Reference in New Issue
Block a user