forked from D-Net/dnet-hadoop
modification related to D-Net/dnet-hadoop#46 (comment) and also modified teh java doc with correct ref to H2020CLassification instead of H2020Programme
This commit is contained in:
parent
1cda6fd1ba
commit
12407c1f32
|
@ -31,7 +31,7 @@ import java.util.List;
|
|||
* - private List<Funder> funding to store the list of funder of the project
|
||||
* - private String summary to store the summary of the project
|
||||
* - private Granted granted to store the granted amount
|
||||
* - private List<Programme> programme to store the list of programmes the project is related to
|
||||
* - private List<H2020Classification> h2020classification to store the list of H2020 classifications the project is related to
|
||||
*/
|
||||
|
||||
public class Project implements Serializable {
|
||||
|
@ -60,8 +60,6 @@ public class Project implements Serializable {
|
|||
|
||||
private Granted granted;
|
||||
|
||||
// private List<Programme> programme;
|
||||
|
||||
private List<H2020Classification> h2020Classifications;
|
||||
|
||||
public String getId() {
|
||||
|
|
Loading…
Reference in New Issue