netty5/common/src/test
jimin 500bb5db8e optimize some code (#9289)
Motivation:

There is some manual coping of elements of Collections which can be replaced by Collections.addAll(...) and also some unnecessary semicolons.

Modifications:

- Simplify branches
- Use Collections.addAll
- Code cleanup

Result:

Code cleanup
2019-06-28 13:49:24 +02:00
..
java/io/netty/util optimize some code (#9289) 2019-06-28 13:49:24 +02:00
resources Add logging configuration to pom.xml 2016-05-09 15:18:01 +02:00
templates/io/netty/util/collection Add test for Iterator.remove() on KObjectHashMap.values().iterator() (#8891) 2019-02-27 12:06:46 +01:00