96724e198a
This commit replaces all occurrences of Thread.interrupted() with Thread.currentThread().interrupt(). While the former checks and clears the current thread's interrupt flag the latter sets it, which is actually intended. Closes #14798 |
||
---|---|---|
.. | ||
src | ||
build.gradle |