Skip to content

Commit

Permalink
1.1.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoPangxie732 committed Mar 21, 2020
1 parent e31a486 commit 538c15d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,4 @@ public void visit(int version, int access, String name, String signature, String
public Map<String, List<String>> getMap() {
return superClassMap;
}

@Override
public MethodVisitor visitMethod(int access, String name, String descriptor, String signature, String[] exceptions) {
if((access & Opcodes.ACC_VARARGS) != 0) System.err.println("method: access=" + access + ", name="+name+", descriptor="+descriptor+", signature="+signature+", exceptions="+ Arrays.toString(exceptions));
return super.visitMethod(access, name, descriptor, signature, exceptions);
}
}

0 comments on commit 538c15d

Please sign in to comment.