From e81a97d98fd60e011e75ac4131f4d8bed1154bfd Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 9 Oct 2008 02:01:36 +0200 Subject: [PATCH] Whitespace fixes. --- src/de/todesbaum/jsite/gui/ProjectInsertPage.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/de/todesbaum/jsite/gui/ProjectInsertPage.java b/src/de/todesbaum/jsite/gui/ProjectInsertPage.java index 563ef3c..6c3654f 100644 --- a/src/de/todesbaum/jsite/gui/ProjectInsertPage.java +++ b/src/de/todesbaum/jsite/gui/ProjectInsertPage.java @@ -57,7 +57,7 @@ import de.todesbaum.util.swing.TWizardPage; /** * Wizard page that shows the progress of an insert. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class ProjectInsertPage extends TWizardPage implements InsertListener, ClipboardOwner { @@ -82,7 +82,7 @@ public class ProjectInsertPage extends TWizardPage implements InsertListener, Cl /** * Creates a new progress insert wizard page. - * + * * @param wizard * The wizard this page belongs to */ @@ -138,7 +138,7 @@ public class ProjectInsertPage extends TWizardPage implements InsertListener, Cl /** * Creates the main panel. - * + * * @return The main panel */ private JComponent createProjectInsertPanel() { @@ -210,7 +210,7 @@ public class ProjectInsertPage extends TWizardPage implements InsertListener, Cl /** * Sets whether to activate the debug mode. - * + * * @param debug * true to activate the debug mode, * false to deactivate. @@ -221,7 +221,7 @@ public class ProjectInsertPage extends TWizardPage implements InsertListener, Cl /** * Sets the project to insert. - * + * * @param project * The project to insert */ @@ -238,7 +238,7 @@ public class ProjectInsertPage extends TWizardPage implements InsertListener, Cl /** * Sets the freenet interface to use. - * + * * @param freenetInterface * The freenet interface to use */ -- 2.7.4