Skip to content

Commit

Permalink
Merge pull request #6533 from luiseufrasio/FISH-8214-yield-method-not…
Browse files Browse the repository at this point in the history
…-supported-since-jdk14

FISH-8217 : unqualified yield method fixed
  • Loading branch information
luiseufrasio authored Jan 23, 2024
2 parents b7552d6 + 85a2477 commit 10791ff
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 10791ff

Please sign in to comment.