netty5/codec-dns/src
Norman Maurer e09d2f32fb [#2708] DnsResource.duplicate() should return DnsResource and not ByteBufHolder
Motivation:

DnsResource.duplicate() should return DnsResource and not ByteBufHolder

Modifications:

Change return type from ByteBufHolder to DnsResource

Result:

No need to cast to the correct type when using duplicate()
2014-07-28 04:26:09 -07:00
..
main/java/io/netty/handler/codec/dns [#2708] DnsResource.duplicate() should return DnsResource and not ByteBufHolder 2014-07-28 04:26:09 -07:00
test/java/io/netty/handler/codec/dns Overall cleanup of codec-dns 2014-07-23 14:40:52 -07:00