From 47b67390fa5816e1a8d158c379c0e9470efd8442 Mon Sep 17 00:00:00 2001 From: Joel Leitch Date: Sat, 17 Jan 2009 22:34:57 +0000 Subject: [PATCH] Set the DEBUG bit back to false. --- .../java/com/google/gson/functional/PrettyPrintingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gson/src/test/java/com/google/gson/functional/PrettyPrintingTest.java b/gson/src/test/java/com/google/gson/functional/PrettyPrintingTest.java index cfdc5fef..270e3566 100644 --- a/gson/src/test/java/com/google/gson/functional/PrettyPrintingTest.java +++ b/gson/src/test/java/com/google/gson/functional/PrettyPrintingTest.java @@ -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;