]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Added important TODO to handle insert result
authorRoland Haeder <roland@mxchange.org>
Mon, 24 Aug 2015 12:38:11 +0000 (14:38 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 24 Aug 2015 12:38:11 +0000 (14:38 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/pizzaapplication/database/frontend/category/PizzaCategoryDatabaseFrontend.java
src/java/org/mxchange/pizzaapplication/database/frontend/product/PizzaProductDatabaseFrontend.java

index 873d012c2bb0a0435b1cf99b25ef214675588bb8..6f98dd40a4701beeebfde441bda8f43a53ee8acf 100644 (file)
@@ -84,6 +84,7 @@ public class PizzaCategoryDatabaseFrontend extends BaseDatabaseFrontend implemen
                this.addToDataSet(PizzaCategoryDatabaseConstants.COLUMN_PARENT, parent);
 
                // Handle this over to the backend
+               // @todo Nothing is done yet!
                Result<? extends Storeable> result = this.doInsertDataSet();
 
                // Debug message
index de8a2d6b5d1cc093685c566f25619259e93b9a84..8ac757b2c3340bfcc2b1ea9ceb444a16be313684 100644 (file)
@@ -97,6 +97,7 @@ public class PizzaProductDatabaseFrontend extends BaseDatabaseFrontend implement
                this.addToDataSet(PizzaProductDatabaseConstants.COLUMN_AVAILABLE, available);
                
                // Handle this over to the backend
+               // @todo Nothing is done yet!
                Result<? extends Storeable> result = this.doInsertDataSet();
                
                // Debug message