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 2020/10/02 15:15:09 UTC

[incubator-datasketches-memory] branch master updated: fix typo.

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 8f2d1fb  fix typo.
8f2d1fb is described below

commit 8f2d1fb4fbcbb396aec7878e5a71b5da04e0d9ce
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Fri Oct 2 08:09:06 2020 -0700

    fix typo.
---
 src/main/java/org/apache/datasketches/memory/Buffer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/datasketches/memory/Buffer.java b/src/main/java/org/apache/datasketches/memory/Buffer.java
index ce16bd1..6877057 100644
--- a/src/main/java/org/apache/datasketches/memory/Buffer.java
+++ b/src/main/java/org/apache/datasketches/memory/Buffer.java
@@ -152,7 +152,7 @@ public abstract class Buffer extends BaseBuffer {
    * @param offsetBytes the starting offset with respect to the origin of this <i>WritableBuffer</i>
    * @param capacityBytes the <i>capacity</i> of the returned region in bytes
    * @param byteOrder the given byte order
-   * @return a new <i>WritableBuffer</i> representing the defined writable region
+   * @return a new <i>Buffer</i> representing the defined writable region
    * based on the current <i>position</i>, <i>end</i> and byteOrder.
    */
   public abstract Buffer region(long offsetBytes, long capacityBytes,


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