summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditorTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/prefs/editors/VSEditorTable.java')
-rw-r--r--sources/prefs/editors/VSEditorTable.java8
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;