checkstyle fix

This commit is contained in:
Jindra Petřík
2025-11-29 16:16:13 +01:00
parent 922552ccb5
commit e64fe17a23

View File

@@ -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);