From: Felix Dörre Date: Thu, 10 Jul 2014 19:51:04 +0000 (+0200) Subject: Hand out the title decision is not good. X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=c65ba6025305b2c4eb238f19fe14e9ef9fd0d50b Hand out the title decision is not good. --- diff --git a/src/org/cacert/gigi/pages/error/PageNotFound.java b/src/org/cacert/gigi/pages/error/PageNotFound.java index 507821ca..179908c1 100644 --- a/src/org/cacert/gigi/pages/error/PageNotFound.java +++ b/src/org/cacert/gigi/pages/error/PageNotFound.java @@ -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