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/editors/VSEditorTable.java | |
| parent | f458187663613d1c89a4c2eb91fd60e5e81b9fbd (diff) | |
cosmetic fixes for javadoc.
Diffstat (limited to 'sources/prefs/editors/VSEditorTable.java')
| -rw-r--r-- | sources/prefs/editors/VSEditorTable.java | 8 |
1 files changed, 4 insertions, 4 deletions
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; |
