java: final fields that can be static
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
This commit is contained in:
@@ -145,7 +145,7 @@ public class PlainSourceView extends JScrollPane implements
|
||||
class GlyphGutter extends JComponent {
|
||||
|
||||
private PlainSourceView view;
|
||||
private final String DUMMY_STRING = "99";
|
||||
private static final String DUMMY_STRING = "99";
|
||||
|
||||
GlyphGutter(PlainSourceView view) {
|
||||
this.view = view;
|
||||
|
Reference in New Issue
Block a user