From 2955e7dfe53387b2b57d81d8a4c3c85e9fb09ee0 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 3 Sep 2015 08:27:12 +0200 Subject: [PATCH] =?utf8?q?moved=20to=20proper=20location=20Signed-off-by:R?= =?utf8?q?oland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../beans/customer/PizzaServiceCustomerBean.java | 2 +- web/{ => WEB-INF}/templates.dist/guest_page.xhtml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename web/{ => WEB-INF}/templates.dist/guest_page.xhtml (100%) diff --git a/src/java/org/mxchange/pizzaapplication/beans/customer/PizzaServiceCustomerBean.java b/src/java/org/mxchange/pizzaapplication/beans/customer/PizzaServiceCustomerBean.java index 3855b88a..d59caac5 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/customer/PizzaServiceCustomerBean.java +++ b/src/java/org/mxchange/pizzaapplication/beans/customer/PizzaServiceCustomerBean.java @@ -39,7 +39,7 @@ public class PizzaServiceCustomerBean extends BaseFrameworkBean implements Custo /** * Serial number */ - private static final long serialVersionUID = 543145347916L; + private static final long serialVersionUID = 542145347916L; /** * Contact instance diff --git a/web/templates.dist/guest_page.xhtml b/web/WEB-INF/templates.dist/guest_page.xhtml similarity index 100% rename from web/templates.dist/guest_page.xhtml rename to web/WEB-INF/templates.dist/guest_page.xhtml -- 2.39.5