Skip to content

Commit 1fba296

Browse files
committed
Javadoc
1 parent fab8020 commit 1fba296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public int hashCode() {
176176
* I sort {@code true} values before
177177
* {@code false} values. In other words,
178178
* returns {@code true} iff
179-
* {@link #compare(Boolean,Boolean) compare(Boolean.FALSE,Boolean.TRUE)}
179+
* {@link #compare(Boolean,Boolean) compare(Boolean.FALSE, Boolean.TRUE)}
180180
* returns a positive value.
181181
*
182182
* @return the trueFirst flag

0 commit comments

Comments
 (0)