orcid-no-doi #43

Merged
claudio.atzori merged 45 commits from enrico.ottonello/dnet-hadoop:orcid-no-doi into master 2020-12-02 10:55:12 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c3114ba0ae - Show all commits

View File

@ -167,6 +167,6 @@ public class SparkGenEnrichedOrcidWorks {
return name.getAsString();
}
}
return null;
return new String("");

Is the caller expecting the null? Otherwise this would likely produce a NPE.

Is the caller expecting the `null`? Otherwise this would likely produce a NPE.
}
}