]> git.mxchange.org Git - addressbook-mailer-ejb.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 25 Aug 2016 13:40:13 +0000 (15:40 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 9 Jun 2017 20:26:35 +0000 (22:26 +0200)
- closed internal TODO: update new confirmation key in database + user instance

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/addressbook/beans/resendlink/AddressbookResendLinkSessionBean.java

index e47a11274aaa7784e93a708cf89e6652a7ccdd2d..352fba299e922ca11b83294db464c394c9086671 100644 (file)
@@ -61,7 +61,7 @@ public class AddressbookResendLinkSessionBean extends BaseAddressbookDatabaseBea
        private UserSessionBeanRemote userBean;
 
        @Override
-       public void resendConfirmationLink (final User user, final Locale locale, final String baseUrl) throws UserNotFoundException, UserStatusLockedException, UserStatusConfirmedException {
+       public void resendConfirmationLink (final User user, final Locale locale, final String baseUrl) throws UserNotFoundException, UserStatusConfirmedException, UserStatusLockedException {
                // Log trace message
                this.getLoggerBeanLocal().logTrace(MessageFormat.format("{0}.resendConfirmationLink: user={1},locale={2},baseUrl={3} - CALLED!", this.getClass().getSimpleName(), user, locale, baseUrl)); //NOI18N