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/editors/VSEditorTable.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/prefs/editors/VSEditorTable.java') 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; -- cgit v1.2.3