Move new FormattableUtils class to .text from .util.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2011-04-22 21:53:14 +00:00
parent 95008b9efd
commit b168f29106
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.commons.lang3.util;
package org.apache.commons.lang3.text;
import static java.util.FormattableFlags.LEFT_JUSTIFY;

View File

@ -23,7 +23,7 @@
import org.apache.commons.lang3.ObjectUtils;
import org.apache.commons.lang3.builder.CompareToBuilder;
import org.apache.commons.lang3.util.FormattableUtils;
import org.apache.commons.lang3.text.FormattableUtils;
/**
* <p>A pair consisting of two elements.</p>

View File

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.commons.lang3.util;
package org.apache.commons.lang3.text;
import static java.util.FormattableFlags.LEFT_JUSTIFY;
import static org.junit.Assert.assertEquals;