summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefsRestriction.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-29 13:55:34 +0000
committerPaul Buetow <paul@buetow.org>2008-05-29 13:55:34 +0000
commitb8f2687296ad47626412e2a54f4916f7fabc4d6d (patch)
tree247757bbb960ddceb5adefe89df2fd8115107bfc /sources/prefs/VSPrefsRestriction.java
parentcd2024527c84e3e0fd22072a16ac1ff18e6d406d (diff)
Only relevant message delivering works.
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 fd0636f..2ea3e18 100644
--- a/sources/prefs/VSPrefsRestriction.java
+++ b/sources/prefs/VSPrefsRestriction.java
@@ -55,9 +55,9 @@ public class VSPrefsRestriction implements Serializable {
}
/**
- * The Class StringVSPrefsRestriction.
+ * The Class VSStringPrefsRestriction.
*/
- public static class StringVSPrefsRestriction extends VSPrefsRestriction {
+ public static class VSStringPrefsRestriction extends VSPrefsRestriction {
private static final long serialVersionUID = 1L;
/** The possible selections. */
@@ -68,7 +68,7 @@ public class VSPrefsRestriction implements Serializable {
*
* @param possibleSelections the possible selections
*/
- public StringVSPrefsRestriction(String [] possibleSelections) {
+ public VSStringPrefsRestriction(String [] possibleSelections) {
this.possibleSelections = new Vector<String>();
for (String elem : possibleSelections)