Skip to content

Commit 0cf2a3e

Browse files
committed
Fixed import
1 parent e444f9f commit 0cf2a3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/github/jonathanxd/codeapi/test/asm/LocalsReuseTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@
4545
import org.objectweb.asm.ClassReader;
4646
import org.objectweb.asm.tree.ClassNode;
4747
import org.objectweb.asm.tree.MethodNode;
48+
import org.objectweb.asm.Opcodes;
4849

4950
import java.util.List;
5051

51-
import jdk.internal.org.objectweb.asm.Opcodes;
52-
5352
public class LocalsReuseTest {
5453

5554
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)