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/01 21:16:43 UTC

[incubator-datasketches-memory] branch master updated: Fix line length

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


The following commit(s) were added to refs/heads/master by this push:
     new 34a4f1d  Fix line length
34a4f1d is described below

commit 34a4f1d389182546a57de8c615f8d36bb625006a
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Aug 1 14:16:35 2019 -0700

    Fix line length
---
 src/main/java/org/apache/datasketches/memory/UnsafeUtil.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/datasketches/memory/UnsafeUtil.java b/src/main/java/org/apache/datasketches/memory/UnsafeUtil.java
index 7349829..67637e1 100644
--- a/src/main/java/org/apache/datasketches/memory/UnsafeUtil.java
+++ b/src/main/java/org/apache/datasketches/memory/UnsafeUtil.java
@@ -158,8 +158,8 @@ public final class UnsafeUtil {
   }
 
   /**
-   * Like {@link Unsafe#arrayBaseOffset(Class)}, but caches return values for common array types. Useful because
-   * calling {@link Unsafe#arrayBaseOffset(Class)} directly incurs more overhead.
+   * Like {@link Unsafe#arrayBaseOffset(Class)}, but caches return values for common array types.
+   * Useful because calling {@link Unsafe#arrayBaseOffset(Class)} directly incurs more overhead.
    */
   static long getArrayBaseOffset(final Class<?> c) {
     // Ordering here is roughly in order of what we expect to be most popular.


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