Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 23, 2024
1 parent 191e0e8 commit 0be0387
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ public Shape getShape() {
return wrapped.getShape();
}

/**
* Gets the wrapped BloomFilter.
*
* @return the wrapped BloomFilter.
*/
protected BloomFilter getWrapped() {
return wrapped;
}
Expand Down

0 comments on commit 0be0387

Please sign in to comment.