]> git.mxchange.org Git - jjobs-ejb.git/commitdiff
no redirect target needed here and makes no sense, too
authorRoland Häder <roland@mxchange.org>
Thu, 19 May 2016 15:39:03 +0000 (17:39 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 26 May 2016 13:17:25 +0000 (15:17 +0200)
src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkSessionBean.java

index bb016e79348a889065fd95996b9b770053c77774..1eeeb9ac15daded8364b845e1503f22a312b2228 100644 (file)
@@ -41,7 +41,7 @@ public class JobsResendLinkSessionBean extends BaseJobsDatabaseBean implements R
        private static final long serialVersionUID = 71_546_726_857_195_360L;
 
        @Override
-       public String resendConfirmationLink (final User user, final Locale locale, final String baseUrl) {
+       public void resendConfirmationLink (final User user, final Locale locale, final String baseUrl) {
                // Log trace message
                this.getLoggerBeanLocal().logTrace(MessageFormat.format("resendConfirmationLink: user={0},locale={1},baseUrl={2} - CALLED!", user, locale, baseUrl)); //NOI18N
 
@@ -85,9 +85,6 @@ public class JobsResendLinkSessionBean extends BaseJobsDatabaseBean implements R
 
                // Log trace message
                this.getLoggerBeanLocal().logTrace("resendConfirmationLink: CALLED!"); //NOI18N
-
-               // All fine
-               return "resend_done"; //NOI18N
        }
 
 }