We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1662cb commit 9212cbdCopy full SHA for 9212cbd
1 file changed
src/test/java/org/apache/datasketches/hll/SizeAndModeTransitions.java
@@ -89,15 +89,15 @@ public void printlnTest() {
89
* @param s value to print
90
*/
91
static void println(String s) {
92
- System.out.println(s); //disable here
+ //System.out.println(s); //disable here
93
}
94
95
/**
96
* @param fmt format
97
* @param args arguments
98
99
static void printf(String fmt, Object...args) {
100
- System.out.printf(fmt, args); //disable here
+ //System.out.printf(fmt, args); //disable here
101
102
103
0 commit comments