Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use DistributedExecutor libs from ISPN to get FixityResults
  • Loading branch information
barmintor committed Jun 6, 2013
1 parent 9b63f43 commit c628fde
Show file tree
Hide file tree
Showing 17 changed files with 891 additions and 377 deletions.
Expand Up @@ -246,7 +246,7 @@ public boolean apply(org.fcrepo.utils.FixityResult input) {
result.getEntry()
.storeValue(anyGoodCacheEntry.getInputStream());
final FixityResult newResult =
result.getEntry().checkFixity(digestUri, size, digest);
result.getEntry().checkFixity(digestUri, size, digest.getAlgorithm());
if (newResult.isSuccess()) {
result.setRepaired();
fixityRepairedCounter.inc();
Expand Down

0 comments on commit c628fde

Please sign in to comment.