forked from D-Net/dnet-hadoop
Fixed error on empty affiliation
This commit is contained in:
parent
ca2d480df3
commit
0517e452e3
|
@ -23,9 +23,8 @@ public class PMAffiliation {
|
|||
return name;
|
||||
}
|
||||
|
||||
public PMAffiliation setName(String name) {
|
||||
public void setName(String name) {
|
||||
this.name = name;
|
||||
return this;
|
||||
}
|
||||
|
||||
public PMIdentifier getIdentifier() {
|
||||
|
|
Loading…
Reference in New Issue