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:
parent
8f0040c149
commit
42d47cdee0
|
@ -71,7 +71,8 @@ class LocalTestNode implements Comparable {
|
||||||
*
|
*
|
||||||
* @param o
|
* @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) {
|
public int compareTo(Object o) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue