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 subjects;
public String getRcn() {
return rcn;
}

View File

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