[UnpayWall]added othe : in the identifier construction

This commit is contained in:
Miriam Baglioni 2024-07-16 18:18:38 +02:00
parent d20a5e020a
commit 8f11dfe554
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ case object Crossref2Oaf {
val cf = new KeyValue
cf.setValue("UnpayWall")
cf.setKey(s"10|openaire____:${DHPUtils.md5("UnpayWall".toLowerCase)}")
cf.setKey(s"10|openaire____::${DHPUtils.md5("UnpayWall".toLowerCase)}")
cf
}