NIHVIVO-2693 Mark code to be removed with a comment
This commit is contained in:
parent
c94ad4511b
commit
d42acf48d8
1 changed files with 2 additions and 0 deletions
|
@ -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 "";
|
||||
|
|
Loading…
Add table
Reference in a new issue