Skip to content

Commit f6a7c58

Browse files
authored
Merge pull request #256 from apache/typo_in_main
a two letter typo.
2 parents b55af70 + 4c73fb4 commit f6a7c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/datasketches/memory/MemoryRequestServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface MemoryRequestServer {
3838
* @param alignmentBytes requested segment alignment. Typically 1, 2, 4 or 8.
3939
* @param byteOrder the given <i>ByteOrder</i>. It must be non-null.
4040
* @param arena the given arena to manage the new off-heap WritableMemory.
41-
* If arena is null, the requested WritableMemory will be off-heap.
41+
* If arena is null, the requested WritableMemory will be on-heap.
4242
* Warning: This class is not thread-safe. Specifying an Arena that allows multiple threads is not recommended.
4343
* @return new WritableMemory with the requested capacity.
4444
*/

0 commit comments

Comments
 (0)