X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjfinancials%2Fbeans%2Fresendlink%2FResendLinkSessionBeanRemote.java;h=938a1fb9597b239f5040b5c171d9804d609a2a28;hb=184ee37bc5bf699cefd6c730e808dc2564738b81;hp=af8ce770f35f1cf350f632207937fea4ab5f8572;hpb=5447fd4c1ce4eaebf265f43c9f425b3798b63344;p=jbonuscard-lib.git diff --git a/src/org/mxchange/jfinancials/beans/resendlink/ResendLinkSessionBeanRemote.java b/src/org/mxchange/jfinancials/beans/resendlink/ResendLinkSessionBeanRemote.java index af8ce77..938a1fb 100644 --- a/src/org/mxchange/jfinancials/beans/resendlink/ResendLinkSessionBeanRemote.java +++ b/src/org/mxchange/jfinancials/beans/resendlink/ResendLinkSessionBeanRemote.java @@ -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). *

- * @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);