You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/05/16 05:46:28 UTC

svn commit: r775411 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable: MutableBoolean.java MutableByte.java MutableDouble.java MutableFloat.java MutableInt.java MutableShort.java

Author: bayard
Date: Sat May 16 03:46:27 2009
New Revision: 775411

URL: http://svn.apache.org/viewvc?rev=775411&view=rev
Log:
Fixing javadoc, unused import

Modified:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableByte.java
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableDouble.java
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableFloat.java
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableInt.java
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableShort.java

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java?rev=775411&r1=775410&r2=775411&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableBoolean.java Sat May 16 03:46:27 2009
@@ -85,7 +85,7 @@
     /**
      * 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

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableByte.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableByte.java?rev=775411&r1=775410&r2=775411&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableByte.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableByte.java Sat May 16 03:46:27 2009
@@ -265,7 +265,7 @@
     /**
      * 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

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableDouble.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableDouble.java?rev=775411&r1=775410&r2=775411&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableDouble.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableDouble.java Sat May 16 03:46:27 2009
@@ -295,7 +295,7 @@
     /**
      * 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

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableFloat.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableFloat.java?rev=775411&r1=775410&r2=775411&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableFloat.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableFloat.java Sat May 16 03:46:27 2009
@@ -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 @@
     /**
      * 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
      */

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableInt.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableInt.java?rev=775411&r1=775410&r2=775411&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableInt.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableInt.java Sat May 16 03:46:27 2009
@@ -255,7 +255,7 @@
     /**
      * 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

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableShort.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableShort.java?rev=775411&r1=775410&r2=775411&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableShort.java (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableShort.java Sat May 16 03:46:27 2009
@@ -265,7 +265,7 @@
     /**
      * 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