diff --git a/src/main/java/org/apache/commons/collections4/bloomfilter/LayerManager.java b/src/main/java/org/apache/commons/collections4/bloomfilter/LayerManager.java index f5500f747c..2e2b903a13 100644 --- a/src/main/java/org/apache/commons/collections4/bloomfilter/LayerManager.java +++ b/src/main/java/org/apache/commons/collections4/bloomfilter/LayerManager.java @@ -83,7 +83,7 @@ public LayerManager build() { * * @param cleanup the Consumer that will modify the list of filters removing out * dated or stale filters. - * @return this + * @return {@code this} instance. */ public Builder setCleanup(final Consumer> cleanup) { this.cleanup = cleanup;