Claudenw commented on code in PR #476:
URL: 
https://github.com/apache/commons-collections/pull/476#discussion_r1564148470


##########
src/main/java/org/apache/commons/collections4/bloomfilter/LayeredBloomFilter.java:
##########
@@ -372,9 +372,18 @@ public boolean merge(IndexProducer indexProducer) {
      * Forces and advance to the next layer. Executes the same logic as when
      * LayerManager.extendCheck returns {@code true}
      *
-     * @see LayerManager
+     * @see LayerManager#next()
      */
     public void next() {
         layerManager.next();
     }
+
+    /**
+     * Forces the execution of {@code LayerManager.clean()}.

Review Comment:
   Fixed this as well as a similar issue with the `next()` documentation as 
well.



-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to