Set the DEBUG bit back to false.

This commit is contained in:
Joel Leitch 2009-01-17 22:34:57 +00:00
parent f4f92a699d
commit 47b67390fa
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class PrettyPrintingTest extends TestCase {
private static int PRINT_MARGIN = 80;
private static int RIGHT_MARGIN = 4;
private static boolean DEBUG = true;
private static boolean DEBUG = false;
private Gson gson;