netty5/common/src/main/java/io
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
..
netty/util Remove CollectionUtils 2014-11-01 02:59:47 +09:00