From 0e2e70d5a393024f3ae4a3a3560b4df51075000a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 11 Jun 2008 09:48:10 +0000 Subject: More javadoc. Several bugfixes. New feauture: Boolean: sim.periodic A lot of more which i forgot! --- sources/prefs/VSPrefsRestriction.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sources/prefs/VSPrefsRestriction.java') diff --git a/sources/prefs/VSPrefsRestriction.java b/sources/prefs/VSPrefsRestriction.java index 5a716bd..f66246c 100644 --- a/sources/prefs/VSPrefsRestriction.java +++ b/sources/prefs/VSPrefsRestriction.java @@ -33,9 +33,9 @@ public class VSPrefsRestriction implements Serializable { private static final long serialVersionUID = 1L; /** - * The class VSIntegerPrefRestriction. + * The class VSIntegerPrefsRestriction. */ - public static class VSIntegerPrefRestriction extends VSPrefsRestriction { + public static class VSIntegerPrefsRestriction extends VSPrefsRestriction { private static final long serialVersionUID = 1L; /** The min value. */ private int minValue; @@ -49,7 +49,7 @@ public class VSPrefsRestriction implements Serializable { * @param minValue the min value * @param maxValue the max value */ - public VSIntegerPrefRestriction(int minValue, int maxValue) { + public VSIntegerPrefsRestriction(int minValue, int maxValue) { this.minValue = minValue; this.maxValue = maxValue; } -- cgit v1.2.3