forked from D-Net/dnet-hadoop
code formatting
This commit is contained in:
parent
27681cf6bf
commit
eb53b52f7c
|
@ -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] =
|
||||
|
|
Loading…
Reference in New Issue