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

- minor fix

parent 0789327a
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ public class SLUBStoragePlugin extends AbstractStorageHandler { ...@@ -92,7 +92,7 @@ public class SLUBStoragePlugin extends AbstractStorageHandler {
} }
boolean result = true; boolean result = true;
for (Fixity fixity : fixities) { for (Fixity fixity : fixities) {
fixity.setResult(false); fixity.setResult(Boolean.FALSE);
result &= checkSpecificFixity(storedEntityIdentifier, isRelativePath, fixity); result &= checkSpecificFixity(storedEntityIdentifier, isRelativePath, fixity);
} }
return result; return result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment