forked from D-Net/dnet-hadoop
make setter void
This commit is contained in:
parent
0517e452e3
commit
cc6bbbb804
|
@ -31,8 +31,7 @@ public class PMAffiliation {
|
||||||
return identifier;
|
return identifier;
|
||||||
}
|
}
|
||||||
|
|
||||||
public PMAffiliation setIdentifier(PMIdentifier identifier) {
|
public void setIdentifier(PMIdentifier identifier) {
|
||||||
this.identifier = identifier;
|
this.identifier = identifier;
|
||||||
return this;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue