From e1ab7f751de9ccfd703931016371a95e8208ffb4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Apr 2022 20:04:57 +0100 Subject: reformatted with astyle --- sources/prefs/editors/VSEditorTable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/prefs/editors/VSEditorTable.java') 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; -- cgit v1.2.3