From 4fa913089ffdcad0a751908dd018ff4c4a0da79a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 25 Sep 2015 11:45:54 +0200 Subject: [PATCH] =?utf8?q?minor:=20the=20parent=20category=20is=20the=20fu?= =?utf8?q?ll=20instance=20or=20null=20now,=20not=20just=20the=20category's?= =?utf8?q?=20id=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/org/mxchange/jshopcore/model/category/ProductCategory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/mxchange/jshopcore/model/category/ProductCategory.java b/src/org/mxchange/jshopcore/model/category/ProductCategory.java index 3b0923e..2fb8d08 100644 --- a/src/org/mxchange/jshopcore/model/category/ProductCategory.java +++ b/src/org/mxchange/jshopcore/model/category/ProductCategory.java @@ -50,7 +50,7 @@ public class ProductCategory implements Category, Comparable { private Long categoryId; /** - * Parent category categoryId + * Parent category */ @JoinColumn (name = "parent_id") @OneToOne (targetEntity = ProductCategory.class) -- 2.39.5