whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / NoNodeException.java
index 0fa573e..68f2b16 100644 (file)
@@ -22,7 +22,7 @@ package net.pterodactylus.jsite.core;
 /**
  * Exception that signals the lack of configured nodes that are required for the
  * action.
- * 
+ *
  * @see NodeManager#generateKeyPair()
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
@@ -37,7 +37,7 @@ public class NoNodeException extends JSiteException {
 
        /**
         * Creates a new exception with the given message.
-        * 
+        *
         * @param message
         *            The message of the exception
         */
@@ -47,7 +47,7 @@ public class NoNodeException extends JSiteException {
 
        /**
         * Creates a new exception with the given cause.
-        * 
+        *
         * @param cause
         *            The cause of the exception
         */
@@ -57,7 +57,7 @@ public class NoNodeException extends JSiteException {
 
        /**
         * Creates a new exception with the given message and cause.
-        * 
+        *
         * @param message
         *            The message of the exception
         * @param cause