Refactoring

This commit is contained in:
M66B
2024-06-03 08:59:29 +02:00
parent b37b82f9e7
commit 7c10f5035c
2 changed files with 1 additions and 5 deletions

View File

@@ -110,10 +110,6 @@ public class EntityAnswer implements Serializable {
private static final String PREF_PLACEHOLDER = "answer.value.";
String getHtml(Context context, Address[] address) {
return replacePlaceholders(context, text, address);
}
static String replacePlaceholders(Context context, String text, Address[] address) {
String fullName = null;
String email = null;
if (address != null && address.length > 0) {