You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/02/17 14:33:19 UTC

svn commit: r745048 - /commons/proper/collections/trunk/src/test/org/apache/commons/collections/LocalTestNode.java

Author: sebb
Date: Tue Feb 17 13:33:19 2009
New Revision: 745048

URL: http://svn.apache.org/viewvc?rev=745048&view=rev
Log:
Javadoc fix

Modified:
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/LocalTestNode.java

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/LocalTestNode.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/LocalTestNode.java?rev=745048&r1=745047&r2=745048&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/LocalTestNode.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/LocalTestNode.java Tue Feb 17 13:33:19 2009
@@ -71,7 +71,8 @@
      *
      * @param o
      *
-     * @return
+     * @return a negative integer, zero, or a positive integer
+     *  as this object is less than, equal to, or greater than the specified object.
      */
     public int compareTo(Object o) {