Skip to content

Commit

Permalink
Update to ASM 9 API op-code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan O'Meara committed Jan 24, 2024
1 parent 13113e8 commit 66ee329
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@
*/
public class ClassMethodReferenceVisitor extends ClassVisitor {

private static final int DEFAULT_ASM_API = Opcodes.ASM7;
private static final int DEFAULT_ASM_API = Opcodes.ASM9;

private final MethodReferenceRegistry referenceRegistry;

Expand Down

0 comments on commit 66ee329

Please sign in to comment.