summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditorFrame.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/prefs/editors/VSEditorFrame.java')
-rw-r--r--sources/prefs/editors/VSEditorFrame.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java
index 18a5eb6..9af98fa 100644
--- a/sources/prefs/editors/VSEditorFrame.java
+++ b/sources/prefs/editors/VSEditorFrame.java
@@ -16,16 +16,16 @@ import utils.*;
* The Class VSEditorFrame.
*/
public class VSEditorFrame extends VSFrame implements ActionListener {
-
+
/** The editor. */
private VSBetterEditor editor;
-
+
/** The prefs. */
private VSPrefs prefs;
/**
* Instantiates a new vS editor frame.
- *
+ *
* @param prefs the prefs
* @param relativeTo the relative to
* @param editor the editor
@@ -53,7 +53,7 @@ public class VSEditorFrame extends VSFrame implements ActionListener {
/**
* Fill button panel.
- *
+ *
* @param buttonPanel the button panel
*/
private void fillButtonPanel(JPanel buttonPanel) {