From c65ba6025305b2c4eb238f19fe14e9ef9fd0d50b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Thu, 10 Jul 2014 21:51:04 +0200 Subject: [PATCH] Hand out the title decision is not good. --- src/org/cacert/gigi/pages/error/PageNotFound.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2