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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/prefs/editors/VSEditorTable.java b/sources/prefs/editors/VSEditorTable.java
index 30ae30c..7be0dbf 100644
--- a/sources/prefs/editors/VSEditorTable.java
+++ b/sources/prefs/editors/VSEditorTable.java
@@ -105,7 +105,7 @@ public class VSEditorTable extends JTable {
* The class VSEditorTableModel, it is the model of a VSEditorTable.
*/
private class VSEditorTableModel extends AbstractTableModel
- implements TableCellRenderer {
+ implements TableCellRenderer {
/** The serial version uid */
private static final long serialVersionUID = 1L;
@@ -213,7 +213,7 @@ public class VSEditorTable extends JTable {
* The class VSTableCellEditor, is the editor of the VSEditorTable
*/
private class VSTableCellEditor extends AbstractCellEditor
- implements TableCellEditor {
+ implements TableCellEditor {
/** The serial version uid */
private static final long serialVersionUID = 1L;