From: Roland Häder Date: Sat, 15 Apr 2017 19:05:43 +0000 (+0200) Subject: renamed, no shop-specific stuff anymore X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=95da3fafba30a0fb3150bd53cc7ddc1033679a10;p=jproduct-core.git renamed, no shop-specific stuff anymore Signed-off-by: Roland Häder --- 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