Fixing javadoc, unused import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-05-16 03:46:27 +00:00
parent e9b32bccfa
commit bb7775388f
6 changed files with 6 additions and 8 deletions

View File

@ -85,7 +85,7 @@ public class MutableBoolean implements Mutable, Serializable, Comparable<Mutable
/**
* Compares this mutable to another in ascending order.
*
* @param obj
* @param other
* the mutable to compare to
* @return zero if this object represents the same boolean value as the argument; a positive value if this object
* represents true and the argument represents false; and a negative value if this object represents false

View File

@ -265,7 +265,7 @@ public class MutableByte extends Number implements Comparable<MutableByte>, Muta
/**
* Compares this mutable to another in ascending order.
*
* @param obj
* @param other
* the mutable to compare to
* @return negative if this is less, zero if equal, positive if greater
* @throws ClassCastException if the argument is not a MutableByte

View File

@ -295,7 +295,7 @@ public class MutableDouble extends Number implements Comparable<MutableDouble>,
/**
* Compares this mutable to another in ascending order.
*
* @param obj
* @param other
* the mutable to compare to
* @return negative if this is less, zero if equal, positive if greater
* @throws ClassCastException if the argument is not a MutableDouble

View File

@ -16,8 +16,6 @@
*/
package org.apache.commons.lang.mutable;
import org.apache.commons.lang.math.NumberUtils;
/**
* A mutable <code>float</code> wrapper.
*
@ -297,7 +295,7 @@ public class MutableFloat extends Number implements Comparable<MutableFloat>, Mu
/**
* Compares this mutable to another in ascending order.
*
* @param obj
* @param other
* the mutable to compare to
* @return negative if this is less, zero if equal, positive if greater
*/

View File

@ -255,7 +255,7 @@ public class MutableInt extends Number implements Comparable<MutableInt>, Mutabl
/**
* Compares this mutable to another in ascending order.
*
* @param obj
* @param other
* the mutable to compare to
* @return negative if this is less, zero if equal, positive if greater
* @throws ClassCastException if the argument is not a MutableInt

View File

@ -265,7 +265,7 @@ public class MutableShort extends Number implements Comparable<MutableShort>, Mu
/**
* Compares this mutable to another in ascending order.
*
* @param obj
* @param other
* the mutable to compare to
* @return negative if this is less, zero if equal, positive if greater
* @throws ClassCastException if the argument is not a MutableShort