From 3f9a96c31b3fa3eba431b6db181ec117b0330de2 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 31 Aug 2015 09:41:30 +0200 Subject: [PATCH] =?utf8?q?@TODO=20is=20not=20valid,=20only=20use=20TODO=20?= =?utf8?q?Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../application/PizzaServiceApplication.java | 14 +++++++------- web/index.jsp | 5 ++++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java b/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java index 41548005..818b6735 100644 --- a/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java +++ b/src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java @@ -79,7 +79,7 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P // Is the bundle initialized? if (!this.isBundledInitialized()) { // Temporary initialize default bundle - // @TODO The enum Gender uses this + // TODO The enum Gender uses this this.initBundle(); } @@ -754,13 +754,13 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P this.doAdminAddProduct(request); } } else if (request.getParameter("edit") != null) { //NOI18N - // @TODO + // TODO } else if (request.getParameter("delete") != null) { //NOI18N - // @TODO + // TODO } // Redirect to proper URL - // @TODO Commented out for developing: + // TODO Commented out for developing: //response.sendRedirect(request.getContextPath() + "/finished.jsp"); } } catch (final IOException | SQLException | BadTokenException | CorruptedDatabaseFileException | ProductTitleAlreadyUsedException | NoSuchMethodException | IllegalAccessException | InvocationTargetException | IllegalArgumentException ex) { @@ -804,13 +804,13 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P this.doAdminAddCategory(request); } } else if (request.getParameter("edit") != null) { //NOI18N - // @TODO + // TODO } else if (request.getParameter("delete") != null) { //NOI18N - // @TODO + // TODO } // Redirect to proper URL - // @TODO Commented out for developing: + // TODO Commented out for developing: //response.sendRedirect(request.getContextPath() + "/finished.jsp"); } } catch (final IOException | SQLException | BadTokenException | CorruptedDatabaseFileException | CategoryTitleAlreadyUsedException | NoSuchMethodException | IllegalAccessException | InvocationTargetException | IllegalArgumentException ex) { diff --git a/web/index.jsp b/web/index.jsp index 662e3fa0..b126b358 100644 --- a/web/index.jsp +++ b/web/index.jsp @@ -22,7 +22,10 @@ -<%controller.init();%> +<% + // TODO: Can be removed later + controller.init(); +%> -- 2.39.5