From: David ‘Bombe’ Roden Date: Thu, 9 Oct 2008 00:01:36 +0000 (+0200) Subject: Whitespace fixes. X-Git-Tag: 0.6.1~4 X-Git-Url: https://git.pterodactylus.net/?p=jSite.git;a=commitdiff_plain;h=e81a97d98fd60e011e75ac4131f4d8bed1154bfd Whitespace fixes. --- 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 */