mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
fix typo
This commit is contained in:
@@ -613,7 +613,7 @@ public class DOIIdentifierProvider
|
||||
}
|
||||
catch (SQLException ex)
|
||||
{
|
||||
log.error("SQLException occured while deleting a DOI out of an item: "
|
||||
log.error("SQLException occurred while deleting a DOI out of an item: "
|
||||
+ ex.getMessage());
|
||||
throw new RuntimeException("Error while deleting a DOI out of the " +
|
||||
"metadata of an Item " + dso.getID(), ex);
|
||||
|
Reference in New Issue
Block a user