Skip to content

Commit

Permalink
fix: Added compare reader initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Dec 13, 2024
1 parent e7329a0 commit c23a83f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ protected KeyComparisonItemReader<byte[], byte[]> compareReader() {
KeyComparisonItemReader<byte[], byte[]> reader = new KeyComparisonItemReader<>(source, target);
reader.setComparator(keyComparator());
reader.setProcessor(processor());
configureAsyncReader(reader);
return reader;
}

Expand Down

0 comments on commit c23a83f

Please sign in to comment.