sygma_indexing
Alessia Bardi 2 years ago
parent 6b5d7688a4
commit e53228401b

@ -1214,13 +1214,13 @@ public class XmlRecordFactory implements Serializable {
if (instance.getLicense() != null) {
fields
.addAll(
instance
.getLicense()
.stream()
.filter(d -> isNotBlank(d))
.map(d -> XmlSerializationUtils.asXmlElement("license", d))
.collect(Collectors.toList()));
.addAll(
instance
.getLicense()
.stream()
.filter(d -> isNotBlank(d))
.map(d -> XmlSerializationUtils.asXmlElement("license", d))
.collect(Collectors.toList()));
}
children

Loading…
Cancel
Save