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 {
|
||||
wait();
|
||||
} catch (InterruptedException e) {
|
||||
Thread.currentThread().interrupt();
|
||||
// Ignore
|
||||
} finally {
|
||||
waiters --;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user