made DEBUG final per the naming conventions.
This commit is contained in:
parent
e340801d25
commit
8965d31ce9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user