netty5/common/src/test
Scott Mitchell 32933821bb AbstractFuture should not wrap CancellationException
Motivation:
AbstractFuture currently wraps CancellationException in a ExecutionException. However the interface of Future says that this exception should be directly thrown.

Modifications:
- Throw CancellationException from AbstractFuture.get

Result:
Interface contract for CancellationException is honored in AbstractFuture.
2015-12-11 10:24:08 -08:00
..
java/io/netty/util AbstractFuture should not wrap CancellationException 2015-12-11 10:24:08 -08:00
templates/io.netty.util.collection Make IntObjectHashMap extend Map 2015-07-22 15:52:27 -07:00