fix whitespace
[jSite2.git] / src / net / pterodactylus / jsite / gui / AboutDialog.java
index a8ae223..cc337b2 100644 (file)
@@ -53,7 +53,7 @@ import net.pterodactylus.util.swing.SwingUtils;
 
 /**
  * An “about” dialog.
- *
+ * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  * @version $Id$
  */
@@ -86,7 +86,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Creates a new “about” dialog.
-        *
+        * 
         * @param swingInterface
         *            The Swing interface
         */
@@ -142,7 +142,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Creates the “about” page.
-        *
+        * 
         * @return The “about” page
         */
        private JComponent createAboutPage() {
@@ -183,7 +183,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Creates the “license” page.
-        *
+        * 
         * @return The “license” page
         */
        private JComponent createLicensePage() {
@@ -208,7 +208,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Loads the license text.
-        *
+        * 
         * @return The license text
         */
        private String loadLicenseText() {
@@ -265,7 +265,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
        /**
         * Container for a contributor.
-        *
+        * 
         * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
         * @version $Id$
         */
@@ -282,7 +282,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
                /**
                 * Creates a new contributor.
-                *
+                * 
                 * @param name
                 *            The name of the contributor
                 * @param email
@@ -298,7 +298,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
                /**
                 * Returns the name of the contributor.
-                *
+                * 
                 * @return The name of the contributor
                 */
                String getName() {
@@ -307,7 +307,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
                /**
                 * Returns the email address of the contributor.
-                *
+                * 
                 * @return The email address of the contributor
                 */
                String getEmail() {
@@ -316,7 +316,7 @@ public class AboutDialog extends JDialog implements I18nable {
 
                /**
                 * Returns the parts where the contributor helped.
-                *
+                * 
                 * @return The parts where the contributor helped
                 */
                String getPart() {