Adding H2020 Classification, topic code and topic description to H2020 projects #46

Merged
claudio.atzori merged 59 commits from miriam.baglioni/dnet-hadoop:h2020classification into master 2020-10-05 14:14:39 +02:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 4aec347351 - Show all commits

View File

@ -26,7 +26,6 @@ public class CSVProject implements Serializable {
private String participantCountries; private String participantCountries;
private String subjects; private String subjects;
public String getRcn() { public String getRcn() {
return rcn; return rcn;
} }

View File

@ -56,8 +56,8 @@ public class EXCELParser {
} }
EXCELTopic et = (EXCELTopic)cc; EXCELTopic et = (EXCELTopic) cc;
if(StringUtils.isNotBlank(et.getRcn())){ if (StringUtils.isNotBlank(et.getRcn())) {
ret.add((R) cc); ret.add((R) cc);
} }