]> git.mxchange.org Git - jjobs-lib.git/commitdiff
no redirect target needed here and makes no sense, too
authorRoland Häder <roland@mxchange.org>
Thu, 19 May 2016 15:38:50 +0000 (17:38 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 25 May 2016 19:08:18 +0000 (21:08 +0200)
src/org/mxchange/jjobs/beans/resendlink/ResendLinkSessionBeanRemote.java

index 2e45cd95a627eed869dadf7475da6e809e5052a4..83bbd09dd1b1d0bdb5d7ab91559af242e59f8898 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);
 
 }