forked from D-Net/dnet-hadoop
remove the topic description from the values in the CSVProject class
This commit is contained in:
parent
6d8b932e40
commit
9e19c9a221
|
@ -25,16 +25,7 @@ public class CSVProject implements Serializable {
|
|||
private String participants;
|
||||
private String participantCountries;
|
||||
private String subjects;
|
||||
|
||||
private String topicdescription;
|
||||
|
||||
public String getTopicdescription() {
|
||||
return topicdescription;
|
||||
}
|
||||
|
||||
public void setTopicdescription(String topicdescription) {
|
||||
this.topicdescription = topicdescription;
|
||||
}
|
||||
|
||||
|
||||
public String getRcn() {
|
||||
return rcn;
|
||||
|
|
Loading…
Reference in New Issue