aherbert commented on code in PR #357:
URL:
https://github.com/apache/commons-collections/pull/357#discussion_r1015814250
##########
src/main/java/org/apache/commons/collections4/bloomfilter/Hasher.java:
##########
@@ -61,4 +61,15 @@ default IndexProducer uniqueIndices(Shape shape) {
return
Hasher.this.indices(shape).forEachIndex(IndexFilter.create(shape, consumer));
};
}
+
+ /**
+ * Returns {@code true} if the hasher is empty and will return no values.
+ *
+ * By default this method returns {@code false}.
Review Comment:
Needs a `<p>` tag. Change to `<p>The default implementation returns ... </p>`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]