Skip to content

Commit

Permalink
Fix resource leakage withing streams
Browse files Browse the repository at this point in the history
  • Loading branch information
Minutis committed Jun 13, 2024
1 parent 61e47e3 commit 9832f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ protected T computeNext() {
throw new IllegalStateException("Failed reading file", e);
}
}
}
}

0 comments on commit 9832f29

Please sign in to comment.