From 44b2141fd4d5f215827f48f0774c5cbdf6df5a7d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 May 2008 01:29:54 +0000 Subject: cosmetic fixes for javadoc. --- 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 2ea3e18..ff39c0c 100644 --- a/sources/prefs/VSPrefsRestriction.java +++ b/sources/prefs/VSPrefsRestriction.java @@ -8,13 +8,13 @@ import java.io.Serializable; import java.util.Vector; /** - * The Class VSPrefsRestriction. + * The class VSPrefsRestriction. */ public class VSPrefsRestriction implements Serializable { private static final long serialVersionUID = 1L; /** - * The Class VSIntegerPrefRestriction. + * The class VSIntegerPrefRestriction. */ public static class VSIntegerPrefRestriction extends VSPrefsRestriction { private static final long serialVersionUID = 1L; @@ -55,7 +55,7 @@ public class VSPrefsRestriction implements Serializable { } /** - * The Class VSStringPrefsRestriction. + * The class VSStringPrefsRestriction. */ public static class VSStringPrefsRestriction extends VSPrefsRestriction { private static final long serialVersionUID = 1L; -- cgit v1.2.3