Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 23, 2024
1 parent 88b8eb2 commit 5d93e5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public LayerManager<T> 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<T> setCleanup(final Consumer<Deque<T>> cleanup) {
this.cleanup = cleanup;
Expand Down

0 comments on commit 5d93e5e

Please sign in to comment.