From e88de49854f64d658ee4ff1da43d76b9e0ad31e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 19 May 2016 17:39:03 +0200 Subject: [PATCH] no redirect target needed here and makes no sense, too --- .../beans/resendlink/PizzaResendLinkSessionBean.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkSessionBean.java b/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkSessionBean.java index 015d882..cfb91e5 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkSessionBean.java +++ b/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkSessionBean.java @@ -42,7 +42,7 @@ public class PizzaResendLinkSessionBean extends BasePizzaDatabaseBean implements private static final long serialVersionUID = 71_546_726_857_195_360L; @Override - public String resendConfirmationLink (final User user, final Locale locale, final String baseUrl) { + public void resendConfirmationLink (final User user, final Locale locale, final String baseUrl) { // Log trace message this.getLoggerBeanLocal().logTrace(MessageFormat.format("resendConfirmationLink: user={0},locale={1},baseUrl={2} - CALLED!", user, locale, baseUrl)); //NOI18N @@ -86,9 +86,6 @@ public class PizzaResendLinkSessionBean extends BasePizzaDatabaseBean implements // Log trace message this.getLoggerBeanLocal().logTrace("resendConfirmationLink: CALLED!"); //NOI18N - - // All fine - return "resend_done"; //NOI18N } } -- 2.39.5