whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / BackendException.java
index d0e3e58..f344721 100644 (file)
@@ -21,7 +21,7 @@ package net.pterodactylus.jsite.core;
 
 /**
  * Exception that is thrown when there is a problem with the FCP backend.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class BackendException extends JSiteException {
@@ -35,7 +35,7 @@ public class BackendException extends JSiteException {
 
        /**
         * Creates a new backend exception with the given message.
-        * 
+        *
         * @param message
         *            The message of the exception
         */
@@ -45,7 +45,7 @@ public class BackendException extends JSiteException {
 
        /**
         * Creates a new backend exception with the given cause.
-        * 
+        *
         * @param cause
         *            The cause of the exception
         */
@@ -55,7 +55,7 @@ public class BackendException extends JSiteException {
 
        /**
         * Creates a new backend exception with the given message and cause.
-        * 
+        *
         * @param message
         *            The message of the exception
         * @param cause