mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 09:40:43 +00:00
diamond operator
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ public class AVM2DeobfuscatorSimpleOld extends SWFDecompilerAdapter {
|
||||
}
|
||||
|
||||
// find jump targets
|
||||
List<Integer> jumpTargets = new ArrayList<Integer>();
|
||||
List<Integer> jumpTargets = new ArrayList<>();
|
||||
for (int i = 0; i < code.code.size(); i++) {
|
||||
AVM2Instruction ins = code.code.get(i);
|
||||
if (ins.definition instanceof JumpIns) {
|
||||
|
||||
Reference in New Issue
Block a user