]> git.mxchange.org Git - jcustomer-core.git/commitdiff
minor: the parent category is the full instance or null now, not just the category...
authorRoland Haeder <roland@mxchange.org>
Fri, 25 Sep 2015 09:45:54 +0000 (11:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 25 Sep 2015 09:45:54 +0000 (11:45 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jshopcore/model/category/ProductCategory.java

index 3b0923e8f50cba5e749e604d3bf2ec70c262975a..2fb8d0854a0aa54cdcf2c1a0a39e19a5da4dfd93 100644 (file)
@@ -50,7 +50,7 @@ public class ProductCategory implements Category, Comparable<Category> {
        private Long categoryId;
 
        /**
-        * Parent category categoryId
+        * Parent category
         */
        @JoinColumn (name = "parent_id")
        @OneToOne (targetEntity = ProductCategory.class)