We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab8020 commit 1fba296Copy full SHA for 1fba296
src/main/java/org/apache/commons/collections4/comparators/BooleanComparator.java
@@ -176,7 +176,7 @@ public int hashCode() {
176
* I sort {@code true} values before
177
* {@code false} values. In other words,
178
* returns {@code true} iff
179
- * {@link #compare(Boolean,Boolean) compare(Boolean.FALSE,Boolean.TRUE)}
+ * {@link #compare(Boolean,Boolean) compare(Boolean.FALSE, Boolean.TRUE)}
180
* returns a positive value.
181
*
182
* @return the trueFirst flag
0 commit comments