Skip to content

Commit

Permalink
Add Javadoc @SInCE 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 30, 2023
1 parent ad257e1 commit d5e17e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
/**
* An abstract class to assist in implementing Bloom filter decorators.
*
* @since 4.5
*/
public abstract class WrappedBloomFilter implements BloomFilter {
final BloomFilter wrapped;
Expand Down

0 comments on commit d5e17e8

Please sign in to comment.