Skip to content

Commit

Permalink
FISH-8217 : unqualified yield method fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseufrasio committed Jan 23, 2024
1 parent fa4c63b commit 85a2477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ public void run() {
outputStream.write(buffer, 0, byteCnt);
outputStream.flush();
}
yield();
Thread.yield();
}
} catch (IOException e) {
// ignore
Expand Down

0 comments on commit 85a2477

Please sign in to comment.