Refactoring

This commit is contained in:
M66B
2021-08-01 16:37:38 +02:00
parent ec35b51ef5
commit 134fbaf2f0
4 changed files with 6 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ public class EntityAnswer implements Serializable {
public Integer applied = 0;
public Long last_applied;
String getText(Address[] address) {
String getHtml(Address[] address) {
return replacePlaceholders(text, address);
}