netty5/common
Derek Lewis 4ac5264f0e 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:29 +01:00
..
src Remove unnecessary loop variable from AsciiString. (#8711) 2019-01-15 08:33:29 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2018-11-29 11:15:09 +00:00