mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
checkstyle fix
This commit is contained in:
@@ -412,7 +412,7 @@ public class VersionedHandleIdentifierProvider extends IdentifierProvider {
|
||||
|
||||
protected void populateHandleMetadata(Context context, Item item, String handle)
|
||||
throws SQLException, IOException, AuthorizeException {
|
||||
String handleref = handleService.getCanonicalForm(handle);
|
||||
String handleref = handleService.getCanonicalForm(handle);
|
||||
// we want to remove the old handle and insert the new. To do so, we
|
||||
// load all identifiers, clear the metadata field, re add all
|
||||
// identifiers which are not from type handle and add the new handle.
|
||||
|
Reference in New Issue
Block a user