From d938b35b79ae531eaa7412c9f4818c0596c72f03 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 24 Aug 2015 14:38:11 +0200 Subject: [PATCH] =?utf8?q?Added=20important=20TODO=20to=20handle=20insert?= =?utf8?q?=20result=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../frontend/category/PizzaCategoryDatabaseFrontend.java | 1 + .../database/frontend/product/PizzaProductDatabaseFrontend.java | 1 + 2 files changed, 2 insertions(+) diff --git a/src/java/org/mxchange/pizzaapplication/database/frontend/category/PizzaCategoryDatabaseFrontend.java b/src/java/org/mxchange/pizzaapplication/database/frontend/category/PizzaCategoryDatabaseFrontend.java index 873d012c..6f98dd40 100644 --- a/src/java/org/mxchange/pizzaapplication/database/frontend/category/PizzaCategoryDatabaseFrontend.java +++ b/src/java/org/mxchange/pizzaapplication/database/frontend/category/PizzaCategoryDatabaseFrontend.java @@ -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 result = this.doInsertDataSet(); // Debug message diff --git a/src/java/org/mxchange/pizzaapplication/database/frontend/product/PizzaProductDatabaseFrontend.java b/src/java/org/mxchange/pizzaapplication/database/frontend/product/PizzaProductDatabaseFrontend.java index de8a2d6b..8ac757b2 100644 --- a/src/java/org/mxchange/pizzaapplication/database/frontend/product/PizzaProductDatabaseFrontend.java +++ b/src/java/org/mxchange/pizzaapplication/database/frontend/product/PizzaProductDatabaseFrontend.java @@ -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 result = this.doInsertDataSet(); // Debug message -- 2.39.2