made DEBUG final per the naming conventions.

This commit is contained in:
Inderjeet Singh 2009-03-30 19:55:05 +00:00
parent e340801d25
commit 8965d31ce9

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 = false;
private static final boolean DEBUG = false;
private Gson gson;