update pom

This commit is contained in:
Efstratios Giannopoulos 2024-04-10 13:15:07 +03:00
parent 6037d79e4a
commit 4fc57a8ceb
1 changed files with 0 additions and 3 deletions

View File

@ -807,9 +807,6 @@ public class WordBuilderImpl implements WordBuilder {
return String.join(", ", values);
}
case CURRENCY: {
return fieldValueModel.getTextValue() != null ? fieldValueModel.getTextValue() : "";
}
case TAGS:
case SELECT: {
List<String> values = new ArrayList<>();