Polish
Closes gh-1669
This commit is contained in:
committed by
Stephane Nicoll
parent
fb61af1882
commit
4c888d0f32
@@ -97,7 +97,7 @@ public class CodeFlow implements Opcodes {
|
||||
public CodeFlow(String className, ClassWriter classWriter) {
|
||||
this.className = className;
|
||||
this.classWriter = classWriter;
|
||||
this.compilationScopes = new Stack<ArrayList<String>>();
|
||||
this.compilationScopes = new Stack<>();
|
||||
this.compilationScopes.add(new ArrayList<String>());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user