diff options
Diffstat (limited to 'sources/prefs/editors/VSEditor.java')
| -rw-r--r-- | sources/prefs/editors/VSEditor.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/prefs/editors/VSEditor.java b/sources/prefs/editors/VSEditor.java index f1d4991..0264e2b 100644 --- a/sources/prefs/editors/VSEditor.java +++ b/sources/prefs/editors/VSEditor.java @@ -17,6 +17,7 @@ import prefs.VSPrefs; * The Class VSEditor. */ public abstract class VSEditor implements ActionListener { + private static final long serialVersionUID = 1L; /** The boolean keys. */ private ArrayList<String> booleanKeys; |
