Skip to content

Commit b65e54f

Browse files
committed
Remove unused import.
1 parent c8a5760 commit b65e54f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

byte-buddy-dep/src/test/java/net/bytebuddy/description/module/AbstractModuleDescriptionTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
package net.bytebuddy.description.module;
22

3-
import jdk.internal.org.objectweb.asm.Type;
43
import net.bytebuddy.utility.AsmClassWriter;
54
import org.junit.After;
6-
import org.junit.AfterClass;
75
import org.junit.Before;
86
import org.junit.Test;
97
import org.objectweb.asm.ClassVisitor;
108
import org.objectweb.asm.ModuleVisitor;
119
import org.objectweb.asm.Opcodes;
10+
import org.objectweb.asm.Type;
1211

1312
import java.io.File;
1413
import java.io.FileOutputStream;

0 commit comments

Comments
 (0)