mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +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
|
* Set the EPerson's netid
|
||||||
*
|
*
|
||||||
* @param s
|
* @param netid
|
||||||
* the new netid
|
* the new netid
|
||||||
*/
|
*/
|
||||||
public void setNetid(String s) {
|
public void setNetid(String netid) {
|
||||||
this.netid = netid;
|
this.netid = netid;
|
||||||
setModified();
|
setModified();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user