You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/12/03 11:38:27 UTC

[commons-codec] 07/07: Remove extra blank line.

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 3ab9ce4b76848afd2da7dca3e37c46259dd70866
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Dec 3 11:37:42 2019 +0000

    Remove extra blank line.
---
 src/main/java/org/apache/commons/codec/digest/MurmurHash3.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/MurmurHash3.java b/src/main/java/org/apache/commons/codec/digest/MurmurHash3.java
index 11d2aa4..1507b00 100644
--- a/src/main/java/org/apache/commons/codec/digest/MurmurHash3.java
+++ b/src/main/java/org/apache/commons/codec/digest/MurmurHash3.java
@@ -62,7 +62,6 @@ public final class MurmurHash3 {
     /**
      * A default seed to use for the murmur hash algorithm.
      * Has the value {@code 104729}.
-     *
      */
     public static final int DEFAULT_SEED = 104729;