From: Roland Haeder Date: Fri, 28 Aug 2015 20:36:42 +0000 (+0200) Subject: Updated jsfcore+jshop + fixed BaseServletSystem X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=19214a5367b8f6fdcd7a18dd0daa5c4419dbbb56;p=pizzaservice-war.git Updated jsfcore+jshop + fixed BaseServletSystem Signed-off-by: Roland Häder --- diff --git a/lib/jsfcore.jar b/lib/jsfcore.jar index 98653247..7be00047 100644 Binary files a/lib/jsfcore.jar and b/lib/jsfcore.jar differ diff --git a/lib/jshop.jar b/lib/jshop.jar index 9df42b35..6fa3918d 100644 Binary files a/lib/jshop.jar and b/lib/jshop.jar differ diff --git a/src/java/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java b/src/java/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java index aac7e6ee..dfc3cfa9 100644 --- a/src/java/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java +++ b/src/java/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java @@ -16,12 +16,12 @@ */ package org.mxchange.pizzaapplication; -import org.mxchange.jshop.BaseShopSystem; +import org.mxchange.jsfcore.BaseServletSystem; /** * A general class for whole pizza application. * * @author Roland Haeder */ -public class BasePizzaServiceSystem extends BaseShopSystem { +public class BasePizzaServiceSystem extends BaseServletSystem { }