]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
@TODO is better than only 'TODO'
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 17:26:34 +0000 (19:26 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 17:26:34 +0000 (19:26 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionBean.java

index 91680b02eeeed381a7142b363ac01165b97fb86d..315678b50c5a8e76541a9adad4156b39f166a38b 100644 (file)
@@ -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
                }