mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
[DS-2909] Fix EPerson netId setter
This commit is contained in:
@@ -198,10 +198,10 @@ public class EPerson extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
/**
|
||||
* Set the EPerson's netid
|
||||
*
|
||||
* @param s
|
||||
* @param netid
|
||||
* the new netid
|
||||
*/
|
||||
public void setNetid(String s) {
|
||||
public void setNetid(String netid) {
|
||||
this.netid = netid;
|
||||
setModified();
|
||||
}
|
||||
|
Reference in New Issue
Block a user