netty5/common/src
Scott Mitchell 56a2f64665 Clarify Future.removeListener[s] javaDocs
Motivation:
The javaDocs for Future.removeListener do not clarify that only the first occurrence of the listener is guaranteed to be removed.

Modifications:
- Clarify the javaDocs for Future.removeListener[s] so it is known that the only the first occurrence of the listener will be removed.

Result:
Fixes https://github.com/netty/netty/issues/5351
2016-06-08 15:48:26 -07:00
..
main Clarify Future.removeListener[s] javaDocs 2016-06-08 15:48:26 -07:00
test DefaultPromise StackOverflowError protection updates 2016-06-02 09:22:47 -07:00