X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fgui%2FProjectInsertPage.java;h=6c3654f7c29d4a76ec5214d5bfb1d72fa8842f24;hb=e81a97d98fd60e011e75ac4131f4d8bed1154bfd;hp=563ef3cf1d267f3ae948c8810820c27a9234beca;hpb=c9bebf7020ec8469f2c938b69df12919cdd73531;p=jSite.git 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 */