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=aeca7469f2b47b00f0d502df22252cf787f61f5c;p=addressbook-lib.git no redirect target needed here and makes no sense, too --- diff --git a/src/org/mxchange/addressbook/beans/resendlink/ResendLinkSessionBeanRemote.java b/src/org/mxchange/addressbook/beans/resendlink/ResendLinkSessionBeanRemote.java index c77880b..a95f5a1 100644 --- a/src/org/mxchange/addressbook/beans/resendlink/ResendLinkSessionBeanRemote.java +++ b/src/org/mxchange/addressbook/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); }