From bb1dbccae485263ea5182546006339870c57b367 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:03:10 +0000 Subject: comments. --- sources/prefs/VSPrefs.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sources/prefs/VSPrefs.java') diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java index 65dfcde..611e0fa 100644 --- a/sources/prefs/VSPrefs.java +++ b/sources/prefs/VSPrefs.java @@ -78,13 +78,14 @@ public abstract class VSPrefs implements Serializable { * The Class SettingRestriction. */ public class SettingRestriction implements Serializable { + private static final long serialVersionUID = 1L; } /** * The Class IntegerSettingRestriction. */ public class IntegerSettingRestriction extends SettingRestriction { - + private static final long serialVersionUID = 1L; /** The min value. */ private int minValue; @@ -125,7 +126,8 @@ public abstract class VSPrefs implements Serializable { * The Class StringSettingRestriction. */ public class StringSettingRestriction extends SettingRestriction { - + private static final long serialVersionUID = 1L; + /** The possible selections. */ Vector possibleSelections; -- cgit v1.2.3