From fdd78dc3e532ea8f60cbdce36dae0238362b5fef Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 15 Feb 2021 09:23:30 -0500 Subject: [PATCH] Remove trailing whitespace. --- .../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 1c028fa72..430f99b56 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() {