Author: ggregory
Date: Wed Oct 10 18:29:48 2007
New Revision: 583660

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

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

Modified: 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/UnhandledExceptionTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/UnhandledExceptionTest.java?rev=583660&r1=583659&r2=583660&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/UnhandledExceptionTest.java
 (original)
+++ 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/UnhandledExceptionTest.java
 Wed Oct 10 18:29:48 2007
@@ -20,6 +20,7 @@
 import junit.framework.TestCase;
 import junit.framework.TestSuite;
 import junit.textui.TestRunner;
+
 import org.apache.commons.lang.exception.Nestable;
 
 /**


Reply via email to