From: Roland Haeder Date: Wed, 12 Aug 2015 11:51:41 +0000 (+0200) Subject: No need for app instance here X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bba470bb06cdaedbc394895e6470fadc9fd06a58;p=pizzaservice-war.git No need for app instance here Signed-off-by:Roland Häder --- 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); -%>