You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2007/10/11 03:31:23 UTC

svn commit: r583661 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/HashCodeBuilderTest.java

Author: ggregory
Date: Wed Oct 10 18:31:23 2007
New Revision: 583661

URL: http://svn.apache.org/viewvc?rev=583661&view=rev
Log:
Remove unused imports.

Modified:
    commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/HashCodeBuilderTest.java

Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/HashCodeBuilderTest.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/HashCodeBuilderTest.java?rev=583661&r1=583660&r2=583661&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/HashCodeBuilderTest.java (original)
+++ commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/HashCodeBuilderTest.java Wed Oct 10 18:31:23 2007
@@ -17,9 +17,6 @@
 
 package org.apache.commons.lang.builder;
 
-import org.apache.commons.lang.builder.ToStringBuilderTest.ReflectionTestCycleA;
-import org.apache.commons.lang.builder.ToStringBuilderTest.ReflectionTestCycleB;
-
 import junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;