You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/11/21 00:20:17 UTC

(commons-codec) branch master updated: Spelling

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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 44e4c4d7 Spelling
44e4c4d7 is described below

commit 44e4c4d778c3ab87db09c00e9d1c3260fd42dad5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 20 19:20:13 2023 -0500

    Spelling
---
 .../java/org/apache/commons/codec/digest/MurmurHash3Test.java  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java b/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java
index 9be376a6..507a2a03 100644
--- a/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java
+++ b/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java
@@ -505,7 +505,7 @@ public class MurmurHash3Test {
      */
     @Test
     public void testHash32Long() {
-        // As described in the javadoc
+        // As described in the Javadoc
         final int offset = 0;
         final int seed = 104729;
 
@@ -524,7 +524,7 @@ public class MurmurHash3Test {
      */
     @Test
     public void testHash32LongLong() {
-        // As described in the javadoc
+        // As described in the Javadoc
         final int offset = 0;
         final int seed = 104729;
 
@@ -546,7 +546,7 @@ public class MurmurHash3Test {
      */
     @Test
     public void testHash32LongLongSeed() {
-        // As described in the javadoc
+        // As described in the Javadoc
         final int offset = 0;
         final int seed = 104729;
 
@@ -568,7 +568,7 @@ public class MurmurHash3Test {
      */
     @Test
     public void testHash32LongSeed() {
-        // As described in the javadoc
+        // As described in the Javadoc
         final int offset = 0;
         final int seed = 104729;
 
@@ -844,7 +844,7 @@ public class MurmurHash3Test {
      */
     @Test
     public void testHash64WithPrimitives() {
-        // As described in the javadoc
+        // As described in the Javadoc
         final int offset = 0;
         final int seed = 104729;