whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / core / FileOverride.java
index 474d057..259ecc7 100644 (file)
@@ -27,9 +27,8 @@ import net.pterodactylus.util.logging.Logging;
 /**
  * An override is used to enter other information about a file than the defaults
  * would have yielded. It is also used to add redirects to a project.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class FileOverride {
 
@@ -47,7 +46,7 @@ public class FileOverride {
 
        /**
         * Checks whether this override has any content.
-        * 
+        *
         * @return <code>true</code> if this override does not have any effects,
         *         <code>false</code> otherwise
         */
@@ -57,7 +56,7 @@ public class FileOverride {
 
        /**
         * Returns the insert override.
-        * 
+        *
         * @return <code>true</code> if the entry should be inserted,
         *         <code>false</code> if it should not be inserted,
         *         <code>null</code> if the default should not be overridden
@@ -68,7 +67,7 @@ public class FileOverride {
 
        /**
         * Sets the insert override.
-        * 
+        *
         * @param insert
         *            <code>true</code> if the entry should be inserted,
         *            <code>false</code> if it should not be inserted,
@@ -80,7 +79,7 @@ public class FileOverride {
 
        /**
         * Returns the override content type.
-        * 
+        *
         * @return The override content type, or <code>null</code> to not override
         *         the default
         */
@@ -90,7 +89,7 @@ public class FileOverride {
 
        /**
         * Sets the override content type.
-        * 
+        *
         * @param contentType
         *            The override content type, or <code>null</code> to not
         *            override the default
@@ -101,7 +100,7 @@ public class FileOverride {
 
        /**
         * Returns the target of a redirect.
-        * 
+        *
         * @return The target URI of the redirect, or <code>null</code> if no
         *         redirect should be created
         */
@@ -111,7 +110,7 @@ public class FileOverride {
 
        /**
         * Sets the target of a redirect.
-        * 
+        *
         * @param redirectTarget
         *            The target URI of the redirect, or <code>null</code> if no
         *            redirect should be created
@@ -131,7 +130,7 @@ public class FileOverride {
        /**
         * Converts an override string created by {@link #toString()} back to an
         * {@link FileOverride} object.
-        * 
+        *
         * @param overrideString
         *            The textual representation of the override
         * @return The parsed override, or <code>null</code> if the string could