From: Roland Häder Date: Thu, 19 May 2016 15:38:50 +0000 (+0200) Subject: no redirect target needed here and makes no sense, too X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e69f4f21642b5877d874c2f773b756ed1fb5ab1f;p=pizzaservice-lib.git no redirect target needed here and makes no sense, too --- 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); }