Removing unused imports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-05-16 07:27:40 +00:00
parent 5e4deef918
commit 226801cebc
3 changed files with 0 additions and 5 deletions

View File

@ -25,8 +25,6 @@
import java.util.Comparator; import java.util.Comparator;
import java.util.List; import java.util.List;
import org.apache.commons.lang.math.NumberUtils;
/** /**
* Assists in implementing {@link java.lang.Comparable#compareTo(Object)} methods. * Assists in implementing {@link java.lang.Comparable#compareTo(Object)} methods.
* *

View File

@ -16,7 +16,6 @@
*/ */
package org.apache.commons.lang.builder; package org.apache.commons.lang.builder;
import org.apache.commons.lang.BooleanUtils;
import org.apache.commons.lang.ObjectUtils; import org.apache.commons.lang.ObjectUtils;
/** /**

View File

@ -16,8 +16,6 @@
*/ */
package org.apache.commons.lang.mutable; package org.apache.commons.lang.mutable;
import org.apache.commons.lang.math.NumberUtils;
/** /**
* A mutable <code>double</code> wrapper. * A mutable <code>double</code> wrapper.
* *