forked from D-Net/dnet-hadoop
removed affiliation from author as for D-Net/dnet-hadoop#40 (comment)
This commit is contained in:
parent
02a4986e7b
commit
14ef4da2de
|
@ -16,8 +16,6 @@ public class Author implements Serializable {
|
|||
|
||||
private Pid pid;
|
||||
|
||||
private List<String> affiliation;
|
||||
|
||||
public String getFullname() {
|
||||
return fullname;
|
||||
}
|
||||
|
@ -58,12 +56,4 @@ public class Author implements Serializable {
|
|||
this.pid = pid;
|
||||
}
|
||||
|
||||
public List<String> getAffiliation() {
|
||||
return affiliation;
|
||||
}
|
||||
|
||||
public void setAffiliation(List<String> affiliation) {
|
||||
this.affiliation = affiliation;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue