From b691c07e36cf9d4291fbd34859e68fb856eda9e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 3 Jun 2017 15:51:49 +0200 Subject: [PATCH] Please cherry-pick: - some comments improved --- .../jjobs/beans/resendlink/ResendLinkSessionBeanRemote.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/mxchange/jjobs/beans/resendlink/ResendLinkSessionBeanRemote.java b/src/org/mxchange/jjobs/beans/resendlink/ResendLinkSessionBeanRemote.java index c556fb6..d0ffb48 100644 --- a/src/org/mxchange/jjobs/beans/resendlink/ResendLinkSessionBeanRemote.java +++ b/src/org/mxchange/jjobs/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 -- 2.39.5