Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Jan 25, 2022
1 parent fdc6e07 commit 3da7148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public WorkRequestHandler build() {
* returns. If {@code in} reaches EOF, it also returns.
*/
public void processRequests() throws IOException {
// Unwrap the system streams
// Wrap the system streams
if (workerIO != null) {
workerIO.redirectSystemStreams();
}
Expand Down

0 comments on commit 3da7148

Please sign in to comment.