From bba470bb06cdaedbc394895e6470fadc9fd06a58 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 12 Aug 2015 13:51:41 +0200 Subject: [PATCH] =?utf8?q?No=20need=20for=20app=20instance=20here=20Signed?= =?utf8?q?-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- web/errorHandler.jsp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/errorHandler.jsp b/web/errorHandler.jsp index 21a892fd..e733496b 100644 --- a/web/errorHandler.jsp +++ b/web/errorHandler.jsp @@ -11,10 +11,6 @@ <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> -<% - // Init application instance - PizzaApplication app = PizzaServiceApplication.getInstance(application); -%> -- 2.39.5