[scholexplorer model update] dropping result.pid, all of them are moved as instance.alternateIdentifier(s)

This commit is contained in:
Claudio Atzori 2021-05-27 17:20:32 +02:00
parent adc317ccb6
commit ef2518c235
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ public class ScholexplorerPatcher {
ModelConstants.DNET_ACCESS_MODES));
});
result.setPid(Lists.newArrayList());
Optional
.ofNullable(result.getExternalReference())
.orElse(Lists.newArrayList())