Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dde1592

Browse files
authored
Remove an unused wildcard import (#200)
This fixes a build error when no classes in `net.sf.cglib` are on the classpath.
1 parent ab2974c commit dde1592

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cglib/src/main/java/net/sf/cglib/reflect/MethodDelegate.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import java.lang.reflect.*;
1919
import java.security.ProtectionDomain;
20-
import net.sf.cglib.*;
2120
import net.sf.cglib.core.*;
2221
import org.objectweb.asm.ClassVisitor;
2322
import org.objectweb.asm.Type;

0 commit comments

Comments
 (0)