mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-java/java-dep-check: fixed opcode version in the java file to be the same as the asm dep version
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user