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/02/03 23:06:23 UTC

[incubator-datasketches-java] branch CheckCurMin updated: Disabled println.

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch CheckCurMin
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git


The following commit(s) were added to refs/heads/CheckCurMin by this push:
     new 105ebdc  Disabled println.
105ebdc is described below

commit 105ebdcf795cb8a057f4fa18032248a7f8e14c15
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Feb 3 15:06:14 2020 -0800

    Disabled println.
---
 src/test/java/org/apache/datasketches/hll/IsomorphicTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/datasketches/hll/IsomorphicTest.java b/src/test/java/org/apache/datasketches/hll/IsomorphicTest.java
index 7b2c680..99b261c 100644
--- a/src/test/java/org/apache/datasketches/hll/IsomorphicTest.java
+++ b/src/test/java/org/apache/datasketches/hll/IsomorphicTest.java
@@ -378,7 +378,7 @@ public class IsomorphicTest {
    * @param o value to print
    */
   static void print(Object o) {
-    System.out.print(o.toString()); //disable here
+    //System.out.print(o.toString()); //disable here
   }
 
   /**


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