mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
66075: Improvements from feedback:
- DspaceObjectMetadataOperation.performPatchOperation() > Logic split into seperate methods - DspaceObjectMetadataOperation.replace() > Split into method per case
This commit is contained in:
@@ -756,4 +756,9 @@ public abstract class DSpaceObjectServiceImpl<T extends DSpaceObject> implements
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setMetadataModified(T dso) {
|
||||
dso.setMetadataModified();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user