master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eb53b52f7c - Show all commits

View File

@ -587,7 +587,7 @@ object DataciteToOAFTransformation {
val oid = result.getId
result.setId(IdentifierFactory.createIdentifier(result))
if (!result.getId.equalsIgnoreCase(oid)) {
result.setOriginalId((oid::List(doi)).asJava)
result.setOriginalId((oid :: List(doi)).asJava)
}
var relations: List[Relation] =