This commit is contained in:
Ivan Masár
2015-01-04 22:10:55 +01:00
parent 91217421ef
commit 52bcc60944
14 changed files with 29 additions and 29 deletions

View File

@@ -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);