Revert committed change which I added by mistake

This commit is contained in:
norman 2011-11-25 14:00:56 +01:00
parent 6b7b822f72
commit e68aa06dfa

View File

@ -545,7 +545,7 @@ public class MemoryAwareThreadPoolExecutor extends ThreadPoolExecutor {
try {
wait();
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
// Ignore
} finally {
waiters --;
}