forked from D-Net/dnet-hadoop
refactoring
This commit is contained in:
parent
61946b4092
commit
4aec347351
|
@ -26,7 +26,6 @@ public class CSVProject implements Serializable {
|
|||
private String participantCountries;
|
||||
private String subjects;
|
||||
|
||||
|
||||
public String getRcn() {
|
||||
return rcn;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue