Order imports.

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

View File

@ -22,6 +22,7 @@ package org.apache.commons.lang;
import java.io.File;
import java.lang.reflect.Constructor;
import java.lang.reflect.Modifier;
import junit.framework.Assert;
import junit.framework.Test;
import junit.framework.TestCase;