From 8965d31ce9f6eca0f195fd0d74721afba293cce9 Mon Sep 17 00:00:00 2001 From: Inderjeet Singh Date: Mon, 30 Mar 2009 19:55:05 +0000 Subject: [PATCH] made DEBUG final per the naming conventions. --- .../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 270e3566..8209989e 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 = false; + private static final boolean DEBUG = false; private Gson gson;