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:28:48 UTC

svn commit: r583658 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringUtilsTest.java

Author: ggregory
Date: Wed Oct 10 18:28:47 2007
New Revision: 583658

URL: http://svn.apache.org/viewvc?rev=583658&view=rev
Log:
Order imports.

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

Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringUtilsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringUtilsTest.java?rev=583658&r1=583657&r2=583658&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringUtilsTest.java (original)
+++ commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringUtilsTest.java Wed Oct 10 18:28:47 2007
@@ -19,9 +19,9 @@
 import java.lang.reflect.Constructor;
 import java.lang.reflect.Modifier;
 import java.util.Arrays;
-import java.util.Iterator;
 import java.util.Collection;
 import java.util.Collections;
+import java.util.Iterator;
 
 import junit.framework.Test;
 import junit.framework.TestCase;