]> git.mxchange.org Git - addressbook-lib.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2017 13:51:49 +0000 (15:51 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2017 13:53:09 +0000 (15:53 +0200)
- some comments improved

src/org/mxchange/addressbook/beans/resendlink/ResendLinkSessionBeanRemote.java

index ce0058d846f55d880017c20908a655bd872ebe28..951aac39b1df482317feb470d5ec12b7a3dc669b 100644 (file)
@@ -35,8 +35,8 @@ public interface ResendLinkSessionBeanRemote extends Serializable {
         * contain a confirmation key. After confirmation the account's status
         * should be changed to CONFIRMED and the key removed (nulled).
         * <p>
-        * @param user User instance
-        * @param locale Locale instance
+        * @param user    User instance
+        * @param locale  Locale instance
         * @param baseUrl Base URL
         */
        void resendConfirmationLink (final User user, final Locale locale, final String baseUrl);