From 9104a00e5b3558a0b9293ad1d016f7b400d679c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 21 Jun 2016 09:30:29 +0200 Subject: [PATCH] minor: it is "EXIT" --- .../beans/resendlink/PizzaResendLinkSessionBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } -- 2.39.5