summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditorTable.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-04-03 20:04:57 +0100
committerPaul Buetow <paul@buetow.org>2022-04-03 20:53:17 +0100
commite1ab7f751de9ccfd703931016371a95e8208ffb4 (patch)
tree25a6f2797d786c6169d3d012c3018c0aa411ae91 /sources/prefs/editors/VSEditorTable.java
parentdc9500c513173a0f527e5edc7a8e9c26f1acd99a (diff)
reformatted with astyleds-sim
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;