apply specific AuthorMerger for doiboost

This commit is contained in:
Miriam Baglioni 2021-07-05 16:23:33 +02:00
parent 7177c25261
commit 238d692a0a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ object SparkGenerateDoiBoost {
val otherPub = item._2._2
if (otherPub != null) {
crossrefPub.mergeFrom(otherPub)
crossrefPub.setAuthor(AuthorMerger.mergeAuthor(crossrefPub.getAuthor, otherPub.getAuthor))
crossrefPub.setAuthor(DoiBoostAuthorMerger.mergeAuthor(crossrefPub.getAuthor, otherPub.getAuthor))
}
}
crossrefPub