Merge branch 'master' of ssh://git@github.com/netty/netty.git

This commit is contained in:
norman 2011-11-25 09:37:58 +01:00
commit 24f5379ee4

View File

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