diff options
Diffstat (limited to 'sources/prefs/editors/VSAbstractEditor.java')
| -rw-r--r-- | sources/prefs/editors/VSAbstractEditor.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/prefs/editors/VSAbstractEditor.java b/sources/prefs/editors/VSAbstractEditor.java index fe0e7e4..6640a07 100644 --- a/sources/prefs/editors/VSAbstractEditor.java +++ b/sources/prefs/editors/VSAbstractEditor.java @@ -233,7 +233,7 @@ public abstract class VSAbstractEditor implements ActionListener { booleanKeys = filterKeys(prefsToEdit.getBooleanKeySet()); stringKeys = filterKeys(prefsToEdit.getStringKeySet()); - fillEditPanelFront(prefsToEdit); + fillEditPanelFront(prefsToEdit); fillEditPanel(prefsToEdit); } @@ -544,7 +544,7 @@ public abstract class VSAbstractEditor implements ActionListener { * @param prefsToEdit the prefs to edit */ protected void fillEditPanelFront(VSPrefs prefsToEdit) { - } + } /** * Fills the edit panel. |
