Organize imports.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@583663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2007-10-11 01:32:11 +00:00
parent 0ffef3d083
commit ee512dcc92
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import junit.framework.Test;
import junit.framework.TestCase; import junit.framework.TestCase;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import junit.textui.TestRunner; import junit.textui.TestRunner;
import org.apache.commons.lang.SystemUtils; import org.apache.commons.lang.SystemUtils;
/** /**