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=5849be38170230498411db3d23b1ac647ebd908b;p=jjobs-lib.git no redirect target needed here and makes no sense, too --- diff --git a/src/org/mxchange/jjobs/beans/resendlink/ResendLinkSessionBeanRemote.java b/src/org/mxchange/jjobs/beans/resendlink/ResendLinkSessionBeanRemote.java index 2e45cd9..83bbd09 100644 --- a/src/org/mxchange/jjobs/beans/resendlink/ResendLinkSessionBeanRemote.java +++ b/src/org/mxchange/jjobs/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); }