From e69f4f21642b5877d874c2f773b756ed1fb5ab1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 19 May 2016 17:38:50 +0200 Subject: [PATCH] no redirect target needed here and makes no sense, too --- .../beans/resendlink/ResendLinkSessionBeanRemote.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java b/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java index da7722f..07dc18c 100644 --- a/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java +++ b/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java @@ -38,9 +38,7 @@ public interface ResendLinkSessionBeanRemote extends Serializable { * @param user User instance * @param locale Locale instance * @param baseUrl Base URL - *

- * @return Redirection target */ - String resendConfirmationLink (final User user, final Locale locale, final String baseUrl); + void resendConfirmationLink (final User user, final Locale locale, final String baseUrl); } -- 2.39.5