unused imports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@996706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2010-09-13 22:13:15 +00:00
parent 973b9b2e5b
commit 4141411e3a
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.util.ArrayList;
import java.util.Arrays;
import org.junit.Before;
import org.junit.Test;