Skip to content

Commit 43390ab

Browse files
committed
cleanup
1 parent 6e2022f commit 43390ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎common-tools/clas-reco/src/main/java/org/jlab/clas/reco/EngineMultiProcessor.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void read(int threads, String... input) {
117117
// open the next input file:
118118
else if (!inputs.isEmpty()) open(inputs.removeFirst());
119119

120-
// nothing left to do:
120+
// no more events to read:
121121
else break;
122122
}
123123

0 commit comments

Comments
 (0)