Skip to content
Snippets Groups Projects
Commit dcc1a5cd authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- simplified function call exception declaration

parent 0a263435
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
return result;
}
private boolean checkSpecificFixity(String storedEntityIdentifier, boolean isRelativePath, Fixity fixity) throws IOException, NoSuchAlgorithmException, Exception {
private boolean checkSpecificFixity(String storedEntityIdentifier, boolean isRelativePath, Fixity fixity) throws Exception {
String algorithm = fixity.getAlgorithm();
/* HINT: in past versions of Rosetta was a workaround for fixity.getAlgorithm() required,
a lowercase string was returned instead of the correct fixity code table entry */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment