summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefsRestriction.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-30 01:29:54 +0000
committerPaul Buetow <paul@buetow.org>2008-05-30 01:29:54 +0000
commit44b2141fd4d5f215827f48f0774c5cbdf6df5a7d (patch)
tree00839ddd15a9676ed9d51956da7049c23dc3edbe /sources/prefs/VSPrefsRestriction.java
parentf458187663613d1c89a4c2eb91fd60e5e81b9fbd (diff)
cosmetic fixes for javadoc.
Diffstat (limited to 'sources/prefs/VSPrefsRestriction.java')
-rw-r--r--sources/prefs/VSPrefsRestriction.java6
1 files changed, 3 insertions, 3 deletions
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;