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/29 02:05:43 UTC

[incubator-datasketches-memory] 01/02: License update

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

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

commit 807e2de99e6c4b9e7235dbeea2371dfa22703be8
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Aug 27 18:10:20 2019 -0700

    License update
---
 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 d9b3806..dd5e97f 100644
--- a/src/main/java/org/apache/datasketches/memory/XxHash64.java
+++ b/src/main/java/org/apache/datasketches/memory/XxHash64.java
@@ -49,8 +49,7 @@ import static org.apache.datasketches.memory.UnsafeUtil.unsafe;
  *
  * <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">
- * OpenHFT/Zero-Allocation-Hashing</a>,
- * which has an Apache 2 license as does this site. See LICENSE.
+ * OpenHFT/Zero-Allocation-Hashing</a>, which has an Apache 2 license as does this site. See LICENSE.
  *
  * @author Lee Rhodes
  */


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