netty5/codec/src
Trustin Lee 53fbfbb590 Remove CollectionUtils
Motivation:

CollectionUtils has only one method and it is used only in DefaultHeaders.

Modification:

Move CollectionUtils.equals() to DefaultHeaders and make it private

Result:

One less class to expose in our public API
2014-11-01 02:59:47 +09:00
..
main/java/io/netty/handler/codec Remove CollectionUtils 2014-11-01 02:59:47 +09:00
test Backport header improvements from 5.0 2014-11-01 00:59:57 +09:00