whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / gui / ProjectPanel.java
index 2dd1031..b046a7c 100644 (file)
@@ -55,7 +55,7 @@ import net.pterodactylus.util.logging.Logging;
 /**
  * A panel that contains all information about a project and lets the user edit
  * the properties of the project.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
@@ -105,7 +105,7 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
 
        /**
         * Creates a new project panel.
-        * 
+        *
         * @param swingInterface
         *            The Swing interface
         * @param project
@@ -126,7 +126,7 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
 
        /**
         * Returns the project that is displayed in this panel.
-        * 
+        *
         * @return The project of this panel
         */
        public Project getProject() {
@@ -139,7 +139,7 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
 
        /**
         * Adds the given node to the node combo boxes in all {@link ProjectPanel}s.
-        * 
+        *
         * @param node
         *            The node to add
         */
@@ -150,7 +150,7 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
        /**
         * Removes the given node from the node combo boxes in all
         * {@link ProjectPanel}s.
-        * 
+        *
         * @param node
         *            The node to remove
         */
@@ -214,7 +214,7 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
 
        /**
         * Creates the properties panel.
-        * 
+        *
         * @return The properties panel
         */
        private JPanel createPropertiesPanel() {
@@ -261,7 +261,7 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
 
        /**
         * Creates the button panel.
-        * 
+        *
         * @return The button panel
         */
        private JPanel createButtonPanel() {
@@ -276,7 +276,7 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
 
        /**
         * Updates the project from changes in the text fields.
-        * 
+        *
         * @param document
         *            The document that was changed
         */
@@ -358,7 +358,7 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
 
        /**
         * Cell cenderer for the node combo box.
-        * 
+        *
         * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
         */
        private static class NodeComboBoxCellRenderer extends DefaultListCellRenderer {