]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/error/PageNotFound.java
Hand out the title decision is not good.
[gigi.git] / 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