From 38b7c491d01a828a107da03511fbafc7cb6651f2 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 10 Apr 2016 14:40:44 +0200 Subject: [PATCH] moved to new place --- .../converter}/category/PizzaCategoryConverter.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename src/java/org/mxchange/{jshopcore/model => pizzaapplication/converter}/category/PizzaCategoryConverter.java (96%) diff --git a/src/java/org/mxchange/jshopcore/model/category/PizzaCategoryConverter.java b/src/java/org/mxchange/pizzaapplication/converter/category/PizzaCategoryConverter.java similarity index 96% rename from src/java/org/mxchange/jshopcore/model/category/PizzaCategoryConverter.java rename to src/java/org/mxchange/pizzaapplication/converter/category/PizzaCategoryConverter.java index 9df4097b..1e9ba561 100644 --- a/src/java/org/mxchange/jshopcore/model/category/PizzaCategoryConverter.java +++ b/src/java/org/mxchange/pizzaapplication/converter/category/PizzaCategoryConverter.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ -package org.mxchange.jshopcore.model.category; +package org.mxchange.pizzaapplication.converter.category; import java.text.MessageFormat; import java.util.List; @@ -28,6 +28,8 @@ import javax.naming.InitialContext; import javax.naming.NamingException; import org.mxchange.jcoreeelogger.beans.local.logger.Log; import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal; +import org.mxchange.jshopcore.model.category.Category; +import org.mxchange.jshopcore.model.category.CategorySessionBeanRemote; /** * A converter for transfering category objects -- 2.39.5