From: Roland Haeder Date: Mon, 31 Aug 2015 07:41:30 +0000 (+0200) Subject: @TODO is not valid, only use TODO X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f9a96c31b3fa3eba431b6db181ec117b0330de2;p=pizzaservice-war.git @TODO is not valid, only use TODO Signed-off-by:Roland Häder --- 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(); +%>