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


##########
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()}.
+     *
+     * @see LayerManager#clear()

Review Comment:
   cleanup was used to refer to this is several places so I change to `cleanup` 
as the method name.



-- 
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]

Reply via email to