You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2019/08/02 22:24:46 UTC

[incubator-datasketches-memory] 01/02: fix url

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git

commit eef987034199b1d0cc899bd158090a0573fa1250
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Aug 2 13:22:59 2019 -0700

    fix url
---
 src/main/java/org/apache/datasketches/memory/XxHash64.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/datasketches/memory/XxHash64.java b/src/main/java/org/apache/datasketches/memory/XxHash64.java
index bbc2944..d3605a6 100644
--- a/src/main/java/org/apache/datasketches/memory/XxHash64.java
+++ b/src/main/java/org/apache/datasketches/memory/XxHash64.java
@@ -48,8 +48,7 @@ import static org.apache.datasketches.memory.UnsafeUtil.unsafe;
  * http://www.opensource.org/licenses/bsd-license.php</a>
  *
  * <p>Portions of this code were adapted from
- * <a href="https://github.com/OpenHFT/Zero-Allocation-Hashing\
- * /blob/master/src/main/java/net/openhft/hashing/XxHash.java">
+ * <a href="https://github.com/OpenHFT/Zero-Allocation-Hashing/blob/master/src/main/java/net/openhft/hashing/XxHash.java">
  * OpenHFT/Zero-Allocation-Hashing</a>,
  * which has an Apache 2 license as does this site.
  *


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org