]> 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 c77880b3f9528b203c5d0898050d350a606e74ea..a95f5a1a81f972028c58744d152953c9f0f25951 100644 (file)
@@ -38,9 +38,7 @@ public interface ResendLinkSessionBeanRemote extends Serializable {
         * @param user User instance
         * @param locale Locale instance
         * @param baseUrl Base URL
-        * <p>
-        * @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);
 
 }