add override
[jSite2.git] / src / net / pterodactylus / jsite / project / RedirectEntry.java
index 2739897..82b2968 100644 (file)
@@ -24,7 +24,6 @@ package net.pterodactylus.jsite.project;
  * another file on freenet.
  * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class RedirectEntry extends AbstractEntry {
 
@@ -35,6 +34,13 @@ public class RedirectEntry extends AbstractEntry {
        private String target;
 
        /**
+        * Creates a new entry that redirects to another URL.
+        */
+       public RedirectEntry() {
+               super(true);
+       }
+
+       /**
         * Returns the target of the redirect.
         * 
         * @return The target of the redirect