forked from antonis.lempesis/dnet-hadoop
fixed wrong projectId
This commit is contained in:
parent
6ba8037cc7
commit
7da679542f
|
@ -294,7 +294,7 @@ case object Crossref2Oaf {
|
|||
}
|
||||
|
||||
def getProjectId (nsPrefix:String, targetId:String):String = {
|
||||
"40|$nsPrefix::$targetId"
|
||||
s"40|$nsPrefix::$targetId"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue