Push down WordUtils to "text" sub-package

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895335 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Paul C. Benedict Jr 2010-01-03 07:13:31 +00:00
parent 08d51233f9
commit 76e14e483c
5 changed files with 12 additions and 2 deletions

View File

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

View File

@ -14,7 +14,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.commons.lang3;
package org.apache.commons.lang3.text;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.SystemUtils;
/**
* <p>Operations on Strings that contain words.</p>

View File

@ -23,6 +23,8 @@
import java.util.Iterator;
import java.util.Locale;
import org.apache.commons.lang3.text.WordUtils;
import junit.framework.TestCase;
/**

View File

@ -14,11 +14,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.commons.lang3;
package org.apache.commons.lang3.text;
import java.lang.reflect.Constructor;
import java.lang.reflect.Modifier;
import org.apache.commons.lang3.StringUtils;
import junit.framework.TestCase;
/**

View File

@ -22,6 +22,7 @@
<body>
<release version="3.0" date="Unreleased" description="Backwards incompatible update of Commons Lang to Java 5">
<action type="update">Push down WordUtils to "text" sub-package.</action>
</release>
<release version="2.4" date="2008-03-18" description="">