fixed wrong projectId

This commit is contained in:
Sandro La Bruzzo 2020-12-02 14:28:09 +01:00
parent 6ba8037cc7
commit 7da679542f
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ case object Crossref2Oaf {
}
def getProjectId (nsPrefix:String, targetId:String):String = {
"40|$nsPrefix::$targetId"
s"40|$nsPrefix::$targetId"
}