This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit fdd78dc3e532ea8f60cbdce36dae0238362b5fef Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 15 09:23:30 2021 -0500 Remove trailing whitespace. --- .../apache/commons/collections4/bloomfilter/hasher/StaticHasher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java b/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java index 1c028fa..430f99b 100644 --- a/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java +++ b/src/main/java/org/apache/commons/collections4/bloomfilter/hasher/StaticHasher.java @@ -107,7 +107,7 @@ public final class StaticHasher implements Hasher { /** * Tests emptiness (size == 0). - * + * * @return Whether or not this is empty. */ public boolean isEmpty() {