Skip to content

Commit

Permalink
Correct import.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 21, 2022
1 parent c16f6b6 commit b2a7853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.bytebuddy.implementation;

import jdk.internal.org.objectweb.asm.Type;
import net.bytebuddy.description.type.TypeDescription;
import org.junit.Rule;
import org.junit.Test;
Expand All @@ -9,6 +8,7 @@
import org.mockito.junit.MockitoJUnit;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm.Type;

import java.util.Collections;

Expand Down

0 comments on commit b2a7853

Please sign in to comment.