Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@745048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-02-17 13:33:19 +00:00
parent 8f0040c149
commit 42d47cdee0
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ class LocalTestNode implements Comparable {
*
* @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) {