update pom
This commit is contained in:
parent
6037d79e4a
commit
4fc57a8ceb
|
@ -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<>();
|
||||
|
|
Loading…
Reference in New Issue