]> git.mxchange.org Git - jfinancials-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:51:49 +0000 (15:51 +0200)
- some comments improved

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

index af8ce770f35f1cf350f632207937fea4ab5f8572..938a1fb9597b239f5040b5c171d9804d609a2a28 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);