Removing unused WordUtils import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@897404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2010-01-09 10:02:25 +00:00
parent 18b3e505cf
commit 069d15e863
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ import java.util.Iterator;
import java.util.List; import java.util.List;
import java.util.Locale; import java.util.Locale;
import org.apache.commons.lang3.text.WordUtils;
/** /**
* <p>Operations on {@link java.lang.String} that are * <p>Operations on {@link java.lang.String} that are
* <code>null</code> safe.</p> * <code>null</code> safe.</p>