forked from D-Net/dnet-hadoop
[datacite] avoid UnsupportedOperationException
This commit is contained in:
parent
92e48f12f7
commit
209c7e9dab
|
@ -587,7 +587,7 @@ object DataciteToOAFTransformation {
|
|||
val oid = result.getId
|
||||
result.setId(IdentifierFactory.createIdentifier(result))
|
||||
if (!result.getId.equalsIgnoreCase(oid)) {
|
||||
result.getOriginalId.add(oid)
|
||||
result.setOriginalId((oid::List(doi)).asJava)
|
||||
}
|
||||
|
||||
var relations: List[Relation] =
|
||||
|
|
Loading…
Reference in New Issue