netty5/resolver-dns/src
Scott Mitchell 907ed79069 Reduce conditionals in DnsNameResovlerContext
Motivation:
Minor cleanup from 844d804 just to reduce the conditional statements and indentation level.

Modifications:
- combine the else + if into an else if statement

Result:
Code cleaned up.
2017-11-20 14:04:17 -08:00
..
main/java/io/netty/resolver/dns Reduce conditionals in DnsNameResovlerContext 2017-11-20 14:04:17 -08:00
test Fix DN resolution when ndots is greater than 1 2017-11-20 14:01:16 +01:00