From 4141411e3a64ca079d9c70af24db6df8f87f0e1f Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 13 Sep 2010 22:13:15 +0000 Subject: [PATCH] unused imports git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@996706 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/java/org/apache/commons/lang3/AnnotationUtilsTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/apache/commons/lang3/AnnotationUtilsTest.java b/src/test/java/org/apache/commons/lang3/AnnotationUtilsTest.java index a81a8b4b9..28b9401bf 100644 --- a/src/test/java/org/apache/commons/lang3/AnnotationUtilsTest.java +++ b/src/test/java/org/apache/commons/lang3/AnnotationUtilsTest.java @@ -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;