Skip to content

Commit

Permalink
shanoir-issue#2560: fix last revert (last loop)
Browse files Browse the repository at this point in the history
pierrehenri-dauvergne committed Jan 28, 2025
1 parent 202e79d commit 83fc641
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -116,6 +116,9 @@ public void createStats(String studyNameInRegExp, String studyNameOutRegExp, Str
eventService.publishEvent(event);

startRow += blocSize;
if (startRow > procedureSize) {
break;
}
}

writer.flush();

0 comments on commit 83fc641

Please sign in to comment.