Revert committed change which I added by mistake
This commit is contained in:
parent
6b7b822f72
commit
e68aa06dfa
@ -545,7 +545,7 @@ public class MemoryAwareThreadPoolExecutor extends ThreadPoolExecutor {
|
|||||||
try {
|
try {
|
||||||
wait();
|
wait();
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
Thread.currentThread().interrupt();
|
// Ignore
|
||||||
} finally {
|
} finally {
|
||||||
waiters --;
|
waiters --;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user