Skip to content

Commit

Permalink
dev-java/java-dep-check: fixed opcode version in the java file to be …
Browse files Browse the repository at this point in the history
…the same as the asm dep version

Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
fordfrog committed Mar 20, 2023
1 parent aee65fd commit 5fd9be6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-java/java-dep-check/files/Main-0.5.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public final class Main extends ClassVisitor {
* Empty Constructor, sets ASM op code version
*/
public Main() {
super(Opcodes.ASM5);
super(Opcodes.ASM9);
}

/**
Expand Down

0 comments on commit 5fd9be6

Please sign in to comment.