From: Roland Häder Date: Wed, 19 Apr 2017 17:26:34 +0000 (+0200) Subject: @TODO is better than only 'TODO' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a9db5d49cbc763f2a3ae44dd28b195e966d2df18;p=pizzaservice-war.git @TODO is better than only 'TODO' Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionBean.java b/src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionBean.java index 91680b02..315678b5 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionBean.java +++ b/src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionBean.java @@ -134,7 +134,7 @@ public class PizzaCheckoutWebSessionBean extends BasePizzaController implements this.session.close(); this.connection.close(); } catch (final JMSException ex) { - // TODO: Continue to throw is fine? + // @TODO: Continue to throw is fine? throw new FacesException(ex); } } @@ -177,7 +177,7 @@ public class PizzaCheckoutWebSessionBean extends BasePizzaController implements // Send message this.messageProducer.send(this.message); } catch (final JMSException ex) { - // TODO: Log exception? + // @TODO: Log exception? // Not working return "jms_failed"; //NOI18N }