Polish
This commit is contained in:
@@ -99,7 +99,7 @@ public class CodeFlow implements Opcodes {
|
||||
this.className = className;
|
||||
this.classWriter = classWriter;
|
||||
this.compilationScopes = new ArrayDeque<>();
|
||||
this.compilationScopes.add(new ArrayList<String>());
|
||||
this.compilationScopes.add(new ArrayList<>());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user