mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 12:33:18 +00:00
fix conflict
This commit is contained in:
@@ -393,17 +393,6 @@ public abstract class DSpaceObjectServiceImpl<T extends DSpaceObject> implements
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Protected method that deletes all metadata values from the database, should only be called when deleting the item.
|
||||
* @param context the dspaceObject
|
||||
* @param dso the dspaceObject who's metadata we are to delete
|
||||
* @throws SQLException if database error
|
||||
*/
|
||||
protected void deleteMetadata(Context context, T dso) throws SQLException {
|
||||
|
||||
metadataValueService.delete(context, dso);
|
||||
}
|
||||
|
||||
/**
|
||||
* Utility method for pattern-matching metadata elements. This
|
||||
* method will return <code>true</code> if the given schema,
|
||||
|
Reference in New Issue
Block a user