Organize imports.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1299413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-03-11 17:57:40 +00:00
parent 204346f754
commit c10bb4d052
5 changed files with 5 additions and 7 deletions

View File

@ -18,10 +18,10 @@
import java.util.ArrayList;
import java.util.Arrays;
import java.util.EnumSet;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.EnumSet;
/**
* <p>Utility library to provide helper methods for Java enums.</p>

View File

@ -17,8 +17,6 @@
package org.apache.commons.lang3;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.text.Normalizer;
import java.util.ArrayList;
import java.util.Arrays;

View File

@ -18,7 +18,6 @@
import java.text.ParseException;
import java.text.ParsePosition;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;

View File

@ -29,10 +29,9 @@
import java.lang.reflect.Modifier;
import org.apache.commons.io.IOUtils;
import org.junit.Test;
import org.apache.commons.lang3.text.translate.CharSequenceTranslator;
import org.apache.commons.lang3.text.translate.NumericEntityEscaper;
import org.junit.Test;
/**
* Unit tests for {@link StringEscapeUtils}.

View File

@ -16,11 +16,13 @@
*/
package org.apache.commons.lang3;
import static org.junit.Assert.assertThat;
import java.util.Locale;
import junit.framework.TestCase;
import org.hamcrest.core.IsNot;
import static org.junit.Assert.assertThat;
/**
* Unit tests {@link org.apache.commons.lang3.StringUtils} - Substring methods