Skip to content

Commit

Permalink
Suppress checkstyle warning for HTML templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Oct 19, 2023
1 parent 15052e3 commit 5beb20c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public EmailTemplateConfig getDefaultTemplates() {
return new EmailTemplateConfig(getTemplate());
}

@SuppressWarnings("all")
private String getTemplate() {
return "<!DOCTYPE html>\n"
+ "<html>\n"
Expand Down

0 comments on commit 5beb20c

Please sign in to comment.