orcid-no-doi #43
|
@ -167,6 +167,6 @@ public class SparkGenEnrichedOrcidWorks {
|
|||
return name.getAsString();
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return new String("");
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Is the caller expecting the
null
? Otherwise this would likely produce a NPE.