]> WPIA git - gigi.git/commitdiff
Hand out the title decision is not good.
authorFelix Dörre <felix@dogcraft.de>
Thu, 10 Jul 2014 19:51:04 +0000 (21:51 +0200)
committerFelix Dörre <felix@dogcraft.de>
Thu, 10 Jul 2014 22:35:16 +0000 (00:35 +0200)
src/org/cacert/gigi/pages/error/PageNotFound.java

index 507821caa5559e3df03686e4c0418375f1c1dada..179908c1b9a2683a7b30ec1aad0b91a4cd3ab443 100644 (file)
@@ -9,8 +9,8 @@ import org.cacert.gigi.pages.Page;
 
 public class PageNotFound extends Page {
 
-       public PageNotFound(String title) {
-               super(title);
+       public PageNotFound() {
+               super("");
        }
 
        @Override