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 participantCountries;
|
||||||
private String subjects;
|
private String subjects;
|
||||||
|
|
||||||
|
|
||||||
public String getRcn() {
|
public String getRcn() {
|
||||||
return rcn;
|
return rcn;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue