netty5/codec-http/src
Xiaoyan Lin 9ae155d257 Fix InternalAttribute.equals
Motivation:

InternalAttribute doesn't extend Attribute, but its equals only returns true when it compares with an Attribute. So it will return false when comparing with itself.

Modifications:

Make sure InternalAttribute return false for non InternalAttribute objects.

Result:

InternalAttribute's equals works correctly.
2016-01-11 09:25:17 +01:00
..
main/java/io/netty/handler/codec Fix InternalAttribute.equals 2016-01-11 09:25:17 +01:00
test Removed unused imports 2016-01-04 14:32:29 +01:00