Skip to content

Commit

Permalink
Oops, forgot to comment out a print method.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Feb 16, 2022
1 parent 1a247da commit 7cebe0b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -290,7 +290,7 @@ public void printlnTest() {
* @param o value to print
*/
static void println(final Object o) {
System.out.println(o.toString()); //disable here
//System.out.println(o.toString()); //disable here
}

}

0 comments on commit 7cebe0b

Please sign in to comment.