From: David ‘Bombe’ Roden Date: Fri, 15 Aug 2008 20:20:43 +0000 (+0200) Subject: whitespace fixes X-Git-Tag: 0.5.1~2 X-Git-Url: https://git.pterodactylus.net/?p=jSite.git;a=commitdiff_plain;h=b223c992721da67129df6e7271a5681d3e7b597f whitespace fixes --- diff --git a/src/de/todesbaum/jsite/gui/ProjectPage.java b/src/de/todesbaum/jsite/gui/ProjectPage.java index 4e3724f..5cbefc3 100644 --- a/src/de/todesbaum/jsite/gui/ProjectPage.java +++ b/src/de/todesbaum/jsite/gui/ProjectPage.java @@ -69,7 +69,7 @@ import de.todesbaum.util.swing.TWizardPage; /** * Wizard page that lets the user manage his projects and start inserts. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class ProjectPage extends TWizardPage implements ListSelectionListener, DocumentListener, ClipboardOwner { @@ -127,7 +127,7 @@ public class ProjectPage extends TWizardPage implements ListSelectionListener, D /** * Creates a new project page. - * + * * @param wizard * The wizard this page belongs to */ @@ -179,7 +179,7 @@ public class ProjectPage extends TWizardPage implements ListSelectionListener, D /** * Adds the given listener to the list of listeners. - * + * * @param listener * The listener to add */ @@ -189,7 +189,7 @@ public class ProjectPage extends TWizardPage implements ListSelectionListener, D /** * Removes the given listener from the list of listeners. - * + * * @param listener * The listener to remove */ @@ -289,7 +289,7 @@ public class ProjectPage extends TWizardPage implements ListSelectionListener, D /** * Creates the information panel. - * + * * @return The information panel */ private JComponent createInformationPanel() { @@ -405,7 +405,7 @@ public class ProjectPage extends TWizardPage implements ListSelectionListener, D /** * Sets the project list. - * + * * @param projects * The list of projects */ @@ -418,7 +418,7 @@ public class ProjectPage extends TWizardPage implements ListSelectionListener, D /** * Returns the list of projects. - * + * * @return The list of projects */ public Project[] getProjects() { @@ -427,7 +427,7 @@ public class ProjectPage extends TWizardPage implements ListSelectionListener, D /** * Sets the freenet interface to use. - * + * * @param freenetInterface * The freenetInterface to use */ @@ -437,7 +437,7 @@ public class ProjectPage extends TWizardPage implements ListSelectionListener, D /** * Returns the currently selected project. - * + * * @return The currently selected project */ public Project getSelectedProject() { @@ -447,7 +447,7 @@ public class ProjectPage extends TWizardPage implements ListSelectionListener, D /** * Updates the currently selected project with changed information from a * textfield. - * + * * @param documentEvent * The document event to process */ diff --git a/src/de/todesbaum/jsite/main/Version.java b/src/de/todesbaum/jsite/main/Version.java index 826b525..dc2e840 100644 --- a/src/de/todesbaum/jsite/main/Version.java +++ b/src/de/todesbaum/jsite/main/Version.java @@ -21,7 +21,7 @@ package de.todesbaum.jsite.main; /** * Container for version information. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class Version { @@ -31,7 +31,7 @@ public class Version { /** * Returns the version. - * + * * @return The version */ public static final String getVersion() {