diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-30 01:29:54 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-30 01:29:54 +0000 |
| commit | 44b2141fd4d5f215827f48f0774c5cbdf6df5a7d (patch) | |
| tree | 00839ddd15a9676ed9d51956da7049c23dc3edbe /sources/prefs | |
| parent | f458187663613d1c89a4c2eb91fd60e5e81b9fbd (diff) | |
cosmetic fixes for javadoc.
Diffstat (limited to 'sources/prefs')
| -rw-r--r-- | sources/prefs/VSDefaultPrefs.java | 2 | ||||
| -rw-r--r-- | sources/prefs/VSPrefs.java | 2 | ||||
| -rw-r--r-- | sources/prefs/VSPrefsRestriction.java | 6 | ||||
| -rw-r--r-- | sources/prefs/editors/VSAbstractBetterEditor.java | 2 | ||||
| -rw-r--r-- | sources/prefs/editors/VSAbstractEditor.java | 2 | ||||
| -rw-r--r-- | sources/prefs/editors/VSColorChooser.java | 2 | ||||
| -rw-r--r-- | sources/prefs/editors/VSEditorFrame.java | 2 | ||||
| -rw-r--r-- | sources/prefs/editors/VSEditorTable.java | 8 | ||||
| -rw-r--r-- | sources/prefs/editors/VSProcessEditor.java | 2 | ||||
| -rw-r--r-- | sources/prefs/editors/VSSimulatorEditor.java | 2 |
10 files changed, 15 insertions, 15 deletions
diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java index a396e43..2932392 100644 --- a/sources/prefs/VSDefaultPrefs.java +++ b/sources/prefs/VSDefaultPrefs.java @@ -8,7 +8,7 @@ import java.awt.Color; import java.awt.event.KeyEvent; /** - * The Class VSDefaultPrefs. + * The class VSDefaultPrefs. */ public class VSDefaultPrefs extends VSPrefs { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java index 4d27f74..730418b 100644 --- a/sources/prefs/VSPrefs.java +++ b/sources/prefs/VSPrefs.java @@ -9,7 +9,7 @@ import java.io.*; import java.util.*; /** - * The Class VSPrefs. + * The class VSPrefs. */ public class VSPrefs implements Serializable { /** The Constant BOOLEAN_PREFIX. */ 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; diff --git a/sources/prefs/editors/VSAbstractBetterEditor.java b/sources/prefs/editors/VSAbstractBetterEditor.java index 1f448f7..f88cf47 100644 --- a/sources/prefs/editors/VSAbstractBetterEditor.java +++ b/sources/prefs/editors/VSAbstractBetterEditor.java @@ -13,7 +13,7 @@ import utils.*; // TODO: Auto-generated Javadoc /** - * The Class VSAbstractBetterEditor. + * The class VSAbstractBetterEditor. */ public abstract class VSAbstractBetterEditor extends VSAbstractEditor { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSAbstractEditor.java b/sources/prefs/editors/VSAbstractEditor.java index acad7cb..bca002c 100644 --- a/sources/prefs/editors/VSAbstractEditor.java +++ b/sources/prefs/editors/VSAbstractEditor.java @@ -14,7 +14,7 @@ import prefs.*; // TODO: Auto-generated Javadoc /** - * The Class VSAbstractEditor. + * The class VSAbstractEditor. */ public abstract class VSAbstractEditor implements ActionListener { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSColorChooser.java b/sources/prefs/editors/VSColorChooser.java index abeba31..07622f1 100644 --- a/sources/prefs/editors/VSColorChooser.java +++ b/sources/prefs/editors/VSColorChooser.java @@ -12,7 +12,7 @@ import prefs.VSPrefs; // TODO: Auto-generated Javadoc /** - * The Class VSColorChooser. + * The class VSColorChooser. */ public class VSColorChooser extends JPanel implements ChangeListener { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java index de3f8fa..382d6c4 100644 --- a/sources/prefs/editors/VSEditorFrame.java +++ b/sources/prefs/editors/VSEditorFrame.java @@ -13,7 +13,7 @@ import utils.*; // TODO: Auto-generated Javadoc /** - * The Class VSEditorFrame. + * The class VSEditorFrame. */ public class VSEditorFrame extends VSFrame implements ActionListener { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSEditorTable.java b/sources/prefs/editors/VSEditorTable.java index 68d5e49..a038541 100644 --- a/sources/prefs/editors/VSEditorTable.java +++ b/sources/prefs/editors/VSEditorTable.java @@ -15,7 +15,7 @@ import prefs.*; // TODO: Auto-generated Javadoc /** - * The Class VSEditorTable. + * The class VSEditorTable. */ public class VSEditorTable extends JTable { private static final long serialVersionUID = 1L; @@ -33,7 +33,7 @@ public class VSEditorTable extends JTable { private VSEditorTableModel model; /** - * The Class VSNode. + * The class VSNode. */ private class VSNode { @@ -101,7 +101,7 @@ public class VSEditorTable extends JTable { } /** - * The Class VSEditorTableModel. + * The class VSEditorTableModel. */ private class VSEditorTableModel extends AbstractTableModel implements TableCellRenderer { private static final long serialVersionUID = 1L; @@ -204,7 +204,7 @@ public class VSEditorTable extends JTable { } /** - * The Class VSTableCellEditor. + * The class VSTableCellEditor. */ private class VSTableCellEditor extends AbstractCellEditor implements TableCellEditor { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSProcessEditor.java b/sources/prefs/editors/VSProcessEditor.java index bb09b0d..d5814b5 100644 --- a/sources/prefs/editors/VSProcessEditor.java +++ b/sources/prefs/editors/VSProcessEditor.java @@ -14,7 +14,7 @@ import events.*; import prefs.VSPrefs; /** - * The Class VSProcessEditor. + * The class VSProcessEditor. */ public class VSProcessEditor extends VSAbstractBetterEditor { private static final long serialVersionUID = 1L; diff --git a/sources/prefs/editors/VSSimulatorEditor.java b/sources/prefs/editors/VSSimulatorEditor.java index 326ca95..01717c6 100644 --- a/sources/prefs/editors/VSSimulatorEditor.java +++ b/sources/prefs/editors/VSSimulatorEditor.java @@ -12,7 +12,7 @@ import prefs.*; // TODO: Auto-generated Javadoc /** - * The Class VSSimulatorEditor. + * The class VSSimulatorEditor. */ public class VSSimulatorEditor extends VSAbstractBetterEditor { private static final long serialVersionUID = 1L; |
