Skip to content

Commit

Permalink
Upgrade to use ASM9
Browse files Browse the repository at this point in the history
  • Loading branch information
axzae committed Nov 1, 2023
1 parent cfde39e commit 12e331c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.objectweb.asm.Opcodes

class UnmetaClassVisitor(
classVisitor: ClassVisitor,
) : ClassVisitor(Opcodes.ASM7, classVisitor), Opcodes {
) : ClassVisitor(Opcodes.ASM9, classVisitor), Opcodes {

var isModified = false
private set
Expand Down

0 comments on commit 12e331c

Please sign in to comment.