java: final fields that can be static

Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
This commit is contained in:
Noel Grandin
2014-10-16 13:02:45 +02:00
parent 12b01b920f
commit 03c7c26cbe
39 changed files with 82 additions and 82 deletions

View File

@@ -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;