netty5/codec-dns/src/test/java/io/netty/handler/codec/dns
田欧 9d62deeb6f Java 8 migration: Use diamond operator (#8749)
Motivation:

We can use the diamond operator these days.

Modification:

Use diamond operator whenever possible.

Result:

More modern code and less boiler-plate.
2019-01-22 16:07:26 +01:00
..
AbstractDnsRecordTest.java [#4993] Correctly handle trailing dot in DNS requests and responses for the hostname. 2016-03-22 12:30:46 +01:00
DefaultDnsRecordDecoderTest.java fix the typos 2017-04-20 04:56:09 +02:00
DefaultDnsRecordEncoderTest.java EDNS Client Subnet is not encoded correctly when source prefix length is not a multiple of 8. 2017-12-01 08:14:13 +01:00
DnsQueryTest.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
DnsRecordTypeTest.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
DnsResponseTest.java fix the typos 2017-04-20 04:56:09 +02:00