mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getPriority() {
|
||||
return 100;
|
||||
}
|
||||
|
||||
public EPerson build() {
|
||||
try {
|
||||
ePersonService.update(context, ePerson);
|
||||
|
Reference in New Issue
Block a user