mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
DS-3851 manually solve unnoted merge conflict
This commit is contained in:
@@ -32,11 +32,6 @@ public class EPersonBuilder extends AbstractDSpaceObjectBuilder<EPerson> {
|
|||||||
return ePersonService;
|
return ePersonService;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected int getPriority() {
|
|
||||||
return 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
public EPerson build() {
|
public EPerson build() {
|
||||||
try {
|
try {
|
||||||
ePersonService.update(context, ePerson);
|
ePersonService.update(context, ePerson);
|
||||||
|
Reference in New Issue
Block a user