netty5/common
Derek Lewis f08e80ffd6 Remove unnecessary loop variable from AsciiString. (#8711)
Motivation:

Incrementing two variables in sync is not necessary when only one will do.

Modifications:

- Remove `j` from `for` loop and replace with `i`.
- Add more unit testing scenarios to cover changed code.

Results:

Unnecessary variable removed.
2019-01-15 08:33:48 +01:00
..
src Remove unnecessary loop variable from AsciiString. (#8711) 2019-01-15 08:33:48 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00