This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch typo_in_main in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
commit 4c73fb46b1b7286a88b128434ca90fba907e9511 Author: Lee Rhodes <[email protected]> AuthorDate: Sat Feb 1 16:13:10 2025 -0800 a two letter typo. --- src/main/java/org/apache/datasketches/memory/MemoryRequestServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/datasketches/memory/MemoryRequestServer.java b/src/main/java/org/apache/datasketches/memory/MemoryRequestServer.java index a5eab40..e6de60a 100644 --- a/src/main/java/org/apache/datasketches/memory/MemoryRequestServer.java +++ b/src/main/java/org/apache/datasketches/memory/MemoryRequestServer.java @@ -38,7 +38,7 @@ public interface MemoryRequestServer { * @param alignmentBytes requested segment alignment. Typically 1, 2, 4 or 8. * @param byteOrder the given <i>ByteOrder</i>. It must be non-null. * @param arena the given arena to manage the new off-heap WritableMemory. - * If arena is null, the requested WritableMemory will be off-heap. + * If arena is null, the requested WritableMemory will be on-heap. * Warning: This class is not thread-safe. Specifying an Arena that allows multiple threads is not recommended. * @return new WritableMemory with the requested capacity. */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
