remove the topic description from the values in the CSVProject class

This commit is contained in:
Miriam Baglioni 2020-09-28 12:11:03 +02:00
parent 6d8b932e40
commit 9e19c9a221
1 changed files with 1 additions and 10 deletions

View File

@ -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;