]> git.mxchange.org Git - jfinancials-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/jfinancials/beans/resendlink/FinancialsResendLinkSessionBean.java
src/java/org/mxchange/jusercore/model/register/FinancialsUserRegistrationSessionBean.java

index 53463a2445a954f301c445ab2d3477214cfbbe88..149ce0aa146fcb829d23ab94599aa784bbbd25ac 100644 (file)
@@ -80,7 +80,7 @@ public class FinancialsResendLinkSessionBean extends BaseFinancialsDatabaseBean
                }
 
                // 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 ed3858fae7e073083f68888724ec7d96ad77ee26..2f741436a055bca1327359d0d342c33768e34efd 100644 (file)
@@ -186,7 +186,7 @@ public class FinancialsUserRegistrationSessionBean extends BaseFinancialsDatabas
                }
 
                // Send email
-               // TODO: Internationlize the subject line somehow
+               // @TODO: Internationlize the subject line somehow
                this.sendEmail("Registration", "registration", emailAddress, addedUser, baseUrl); //NOI18N
 
                // Trace message