Set the DEBUG bit back to false.
This commit is contained in:
parent
f4f92a699d
commit
47b67390fa
@ -40,7 +40,7 @@ public class PrettyPrintingTest extends TestCase {
|
|||||||
private static int PRINT_MARGIN = 80;
|
private static int PRINT_MARGIN = 80;
|
||||||
private static int RIGHT_MARGIN = 4;
|
private static int RIGHT_MARGIN = 4;
|
||||||
|
|
||||||
private static boolean DEBUG = true;
|
private static boolean DEBUG = false;
|
||||||
|
|
||||||
private Gson gson;
|
private Gson gson;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user