whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / BackendException.java
index 1c4d2a6..f344721 100644 (file)
@@ -21,9 +21,8 @@ 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>
- * @version $Id$
  */
 public class BackendException extends JSiteException {
 
@@ -36,7 +35,7 @@ public class BackendException extends JSiteException {
 
        /**
         * Creates a new backend exception with the given message.
-        * 
+        *
         * @param message
         *            The message of the exception
         */
@@ -46,7 +45,7 @@ public class BackendException extends JSiteException {
 
        /**
         * Creates a new backend exception with the given cause.
-        * 
+        *
         * @param cause
         *            The cause of the exception
         */
@@ -56,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