Kaydet (Commit) 3029afd7 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1354272 SS: Unread field should be static

Change-Id: Ie9480265be8053805cb48cefe189e65a47ce0908
üst 73e6b95e
......@@ -55,7 +55,7 @@ public class PlainSourceView extends JScrollPane implements
private static final String undoKey = "Undo";
private static final String redoKey = "Redo";
private CompoundEdit compoundEdit = null;
private final int noLimit = -1;
private static final int noLimit = -1;
UndoManager undoManager;
public PlainSourceView(ScriptSourceModel model) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment