X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Faddressbook%2Fbeans%2Fresendlink%2FResendLinkSessionBeanRemote.java;h=a95f5a1a81f972028c58744d152953c9f0f25951;hb=aeca7469f2b47b00f0d502df22252cf787f61f5c;hp=c77880b3f9528b203c5d0898050d350a606e74ea;hpb=c5a3674abf0dd7894514f1845e629119d7eb4664;p=addressbook-lib.git 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); }