netty5/common
Norman Maurer d74682f123 Fix AppendableCharSequence.subSequence(...) where start == end. (#8798)
Motivation:

To conform to the CharSequence interface we need to return an empty CharSequence when start == end index and a subSequence is requested.

Modifications:

- Correctly handle the case where start == end
- Add unit test

Result:

Fix https://github.com/netty/netty/issues/8796.
2019-01-30 09:46:13 +01:00
..
src Fix AppendableCharSequence.subSequence(...) where start == end. (#8798) 2019-01-30 09:46:13 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00