This commit is contained in:
@@ -215,7 +215,7 @@ public interface Attribute<T, F> {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
return (Attribute) Class.forName(newDynName.replace('/', '.')).newInstance();
|
return (Attribute) Class.forName(newDynName.replace('/', '.')).newInstance();
|
||||||
} catch (Exception ex) {
|
} catch (Throwable ex) {
|
||||||
}
|
}
|
||||||
//---------------------------------------------------
|
//---------------------------------------------------
|
||||||
final org.objectweb.asm.ClassWriter cw = new org.objectweb.asm.ClassWriter(0);
|
final org.objectweb.asm.ClassWriter cw = new org.objectweb.asm.ClassWriter(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user