whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / JSiteException.java
index 4f54032..fed18ca 100644 (file)
@@ -21,7 +21,7 @@ package net.pterodactylus.jsite.core;
 
 /**
  * Base exception for all jSite-specific exceptions.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class JSiteException extends Exception {
@@ -35,7 +35,7 @@ public class JSiteException extends Exception {
 
        /**
         * Creates a new jSite exception with the given message.
-        * 
+        *
         * @param message
         *            The message of the exception
         */
@@ -45,7 +45,7 @@ public class JSiteException extends Exception {
 
        /**
         * Creates a new jSite exception with the given cause.
-        * 
+        *
         * @param cause
         *            The cause of the exception
         */
@@ -55,7 +55,7 @@ public class JSiteException extends Exception {
 
        /**
         * Creates a new jSite exception with the given message and cause.
-        * 
+        *
         * @param message
         *            The message of the exception
         * @param cause