From: Roland Häder Date: Tue, 21 Jun 2016 07:30:29 +0000 (+0200) Subject: minor: it is "EXIT" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9104a00e5b3558a0b9293ad1d016f7b400d679c0;p=pizzaservice-ejb.git minor: it is "EXIT" --- diff --git a/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkSessionBean.java b/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkSessionBean.java index bff70cc..3a44db6 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkSessionBean.java +++ b/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkSessionBean.java @@ -84,7 +84,7 @@ public class PizzaResendLinkSessionBean extends BasePizzaDatabaseBean implements this.sendEmail("Resend confirmation link", "resend_confirmation_link", emailAddress, user, baseUrl); //NOI18N // Log trace message - this.getLoggerBeanLocal().logTrace("resendConfirmationLink: CALLED!"); //NOI18N + this.getLoggerBeanLocal().logTrace("resendConfirmationLink: EXIT!"); //NOI18N } }