mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
upgrade to ASM 7
fixes WW-5005
This commit is contained in:
+2
-2
@@ -475,7 +475,7 @@ public class DefaultClassFinder implements ClassFinder {
|
||||
private ClassFinder classFinder;
|
||||
|
||||
public InfoBuildingVisitor(ClassFinder classFinder) {
|
||||
super(Opcodes.ASM5);
|
||||
super(Opcodes.ASM7);
|
||||
this.classFinder = classFinder;
|
||||
}
|
||||
|
||||
@@ -556,7 +556,7 @@ public class DefaultClassFinder implements ClassFinder {
|
||||
private Info info;
|
||||
|
||||
public InfoBuildingMethodVisitor() {
|
||||
super(Opcodes.ASM5);
|
||||
super(Opcodes.ASM7);
|
||||
}
|
||||
|
||||
public InfoBuildingMethodVisitor(Info info) {
|
||||
|
||||
Reference in New Issue
Block a user