Author: bayard
Date: Sat May 16 03:44:06 2009
New Revision: 775410
URL: http://svn.apache.org/viewvc?rev=775410&view=rev
Log:
Fixing javadoc
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java?rev=775410&r1=775409&r2=775410&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java
(original)
+++
commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java
Sat May 16 03:44:06 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 MutableLong