NIHVIVO-2693 Mark code to be removed with a comment

This commit is contained in:
ryounes 2011-06-15 16:31:26 +00:00
parent c94ad4511b
commit d42acf48d8

View file

@ -253,6 +253,7 @@ public class FreemarkerEmailMessage {
}
}
// TO BE REMOVED
public void send() {
String textBody = figureMessageBody(textTemplateName);
String htmlBody = figureMessageBody(htmlTemplateName);
@ -303,6 +304,7 @@ public class FreemarkerEmailMessage {
* Process the template. If there is no template name or if there is a
* problem with the process, return an empty string.
*/
// TO BE REMOVED
private String figureMessageBody(String templateName) {
if (templateName.isEmpty()) {
return "";