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
The following commit(s) were added to refs/heads/master by this push: new 1e7d65036 Fix typos in comments 1e7d65036 is described below commit 1e7d65036e9d6c770dc832d8b4b3502febf84b3a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:13:21 2024 -0400 Fix typos in comments --- .../apache/commons/collections4/bloomfilter/EnhancedDoubleHasher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasher.java b/src/main/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasher.java index 830cea498..7c2bdd597 100644 --- a/src/main/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasher.java +++ b/src/main/java/org/apache/commons/collections4/bloomfilter/EnhancedDoubleHasher.java @@ -47,7 +47,7 @@ import java.util.function.IntPredicate; public class EnhancedDoubleHasher implements Hasher { /** - * Convert bytes to big-endian long filling with zero bytes as necessary.. + * Convert bytes to big-endian long filling with zero bytes as necessary. * @param byteArray the byte array to extract the values from. * @param offset the offset to start extraction from. * @param len the length of the extraction, may be longer than 8.