]> git.mxchange.org Git - jjobs-ejb.git/commitdiff
@TODO is better than only 'TODO'
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 17:26:34 +0000 (19:26 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 17:26:34 +0000 (19:26 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkSessionBean.java
src/java/org/mxchange/jusercore/model/register/JobsUserRegistrationSessionBean.java

index 88d6b1aa8bc0ab02f54064fc8c66688019612db7..4e5fcc46941b1756eee13dba74a0a50e0f2a4f79 100644 (file)
@@ -112,7 +112,7 @@ public class JobsResendLinkSessionBean extends BaseJobsDatabaseBean implements R
                }
 
                // Send email
-               // TODO: Internationlize the subject line somehow
+               // @TODO: Internationlize the subject line somehow
                this.sendEmail("Resend confirmation link", "resend_confirmation_link", emailAddress, user, baseUrl); //NOI18N
 
                // Log trace message
index 71f4e511f1b4b53841553bc80cce42faa0e53487..6ae9a5d4def3186ba01bef65c9a0709c6751af60 100644 (file)
@@ -186,7 +186,7 @@ public class JobsUserRegistrationSessionBean extends BaseJobsDatabaseBean implem
                }
 
                // Send email
-               // TODO: Internationlize the subject line somehow
+               // @TODO: Internationlize the subject line somehow
                this.sendEmail("Registration", "registration", emailAddress, addedUser, baseUrl); //NOI18N
 
                // Trace message