From 95da3fafba30a0fb3150bd53cc7ddc1033679a10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 15 Apr 2017 21:05:43 +0200 Subject: [PATCH] renamed, no shop-specific stuff anymore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../mxchange/jproduct/events/category/CategoryAddedEvent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/mxchange/jproduct/events/category/CategoryAddedEvent.java b/src/org/mxchange/jproduct/events/category/CategoryAddedEvent.java index da077d3..6f554d9 100644 --- a/src/org/mxchange/jproduct/events/category/CategoryAddedEvent.java +++ b/src/org/mxchange/jproduct/events/category/CategoryAddedEvent.java @@ -24,7 +24,7 @@ import org.mxchange.jproduct.model.category.Category; *

* @author Roland Häder */ -public class ShopCategoryAddedEvent implements AddedCategoryEvent { +public class CategoryAddedEvent implements AddedCategoryEvent { /** * Serial number @@ -41,7 +41,7 @@ public class ShopCategoryAddedEvent implements AddedCategoryEvent { *

* @param addedCategory Added category */ - public ShopCategoryAddedEvent (final Category addedCategory) { + public CategoryAddedEvent (final Category addedCategory) { // The category should be valid if (null == addedCategory) { // Is NULL, throw NPE -- 2.39.5