From 5ec1445adc031dccabae42c8c9b315c7c9d44557 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 22 Aug 2008 00:19:44 +0200 Subject: [PATCH] whitespace fixes --- src/de/todesbaum/jsite/main/Main.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/de/todesbaum/jsite/main/Main.java b/src/de/todesbaum/jsite/main/Main.java index b00e020..2f538d0 100644 --- a/src/de/todesbaum/jsite/main/Main.java +++ b/src/de/todesbaum/jsite/main/Main.java @@ -61,7 +61,7 @@ import de.todesbaum.util.swing.WizardListener; /** * The main class that ties together everything. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class Main implements ActionListener, ListSelectionListener, WizardListener, NodeManagerListener { @@ -80,7 +80,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen /** * Enumeration for all possible pages. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ private static enum PageType { @@ -132,7 +132,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen /** * Creates a new core with the given configuration from the given file. - * + * * @param configFilename * The name of the configuration file */ @@ -204,7 +204,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen /** * Creates the menu bar. - * + * * @return The menu bar */ private JMenuBar createMenuBar() { @@ -282,7 +282,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen /** * Shows the page with the given type. - * + * * @param pageType * The page type to show */ @@ -295,7 +295,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen /** * Saves the configuration. - * + * * @return true if the configuration could be saved, * false otherwise */ @@ -314,7 +314,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen /** * Finds a supported locale for the given locale. - * + * * @param forLocale * The locale to find a supported locale for * @return The supported locale that was found, or the default locale if no @@ -345,7 +345,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen /** * Switches the language of the interface to the given locale. - * + * * @param locale * The locale to switch to */ @@ -538,7 +538,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen /** * Main method that is called by the VM. - * + * * @param args * The command-line arguments */ -- 2.7.4