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 2022/10/11 19:51:41 UTC

[datasketches-memory] branch master updated: Interim.

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/datasketches-memory.git


The following commit(s) were added to refs/heads/master by this push:
     new cb6567a  Interim.
cb6567a is described below

commit cb6567af512b32bfe75ae53525da373d6ce70568
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sun Oct 9 22:31:21 2022 -0700

    Interim.
---
 .../datasketches/memory/internal/ExampleMemoryRequestServerTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/datasketches-memory-java8/src/test/java/org/apache/datasketches/memory/internal/ExampleMemoryRequestServerTest.java b/datasketches-memory-java8/src/test/java/org/apache/datasketches/memory/internal/ExampleMemoryRequestServerTest.java
index b970e4b..0cf345c 100644
--- a/datasketches-memory-java8/src/test/java/org/apache/datasketches/memory/internal/ExampleMemoryRequestServerTest.java
+++ b/datasketches-memory-java8/src/test/java/org/apache/datasketches/memory/internal/ExampleMemoryRequestServerTest.java
@@ -38,7 +38,7 @@ public class ExampleMemoryRequestServerTest {
   /**
    * This version is without a TWR block.all of the memory allocations are done through the MemoryRequestServer
    * and each is closed by the MemoryClient when it is done with each.
-   * @throws Exception
+   * @throws Exception  thrown by automatic close() invocation on WritableHandle.
    */
   @Test
   public void checkExampleMemoryRequestServer1() throws Exception {
@@ -59,7 +59,7 @@ public class ExampleMemoryRequestServerTest {
    * by the MemoryClient when it is done with the new memory allocations.
    * The initial allocation stays open until the end where it is closed at the end of the
    * TWR scope.
-   * @throws Exception
+   * @throws Exception thrown by automatic close() invocation on WritableHandle.
    */
   @Test
   public void checkExampleMemoryRequestServer2() throws Exception {


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