]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/beans/resendlink/ResendLinkSessionBeanRemote.java
no redirect target needed here and makes no sense, too
[addressbook-lib.git] / src / org / mxchange / addressbook / beans / resendlink / ResendLinkSessionBeanRemote.java
index 28e06e2ef54c82b92aea1ddb3e6efe8f623c2340..a95f5a1a81f972028c58744d152953c9f0f25951 100644 (file)
@@ -37,9 +37,8 @@ public interface ResendLinkSessionBeanRemote extends Serializable {
         * <p>
         * @param user User instance
         * @param locale Locale instance
-        * <p>
-        * @return Redirection target
+        * @param baseUrl Base URL
         */
-       String resendConfirmationLink (final User user, final Locale locale);
+       void resendConfirmationLink (final User user, final Locale locale, final String baseUrl);
 
 }