From: Roland Häder Date: Sat, 3 Jun 2017 13:51:49 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9cb2855e98d08d9029a540a544a69ef7d89397e;p=pizzaservice-lib.git Please cherry-pick: - some comments improved --- diff --git a/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java b/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java index c74e2ee..fafbf5d 100644 --- a/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java +++ b/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java @@ -38,8 +38,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). *

- * @param user User instance - * @param locale Locale instance + * @param user User instance + * @param locale Locale instance * @param baseUrl Base URL *

* @throws UserNotFoundException When the user is not found