master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
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 name.getAsString();
} }
} }
return null; return new String("");
} }
} }