Fix checkstyle
This commit is contained in:
parent
0ee7e61734
commit
1f703285e3
@ -107,7 +107,6 @@ public class DomainNameMapping<V> implements Mapping<String, V> {
|
|||||||
private static String normalizeHostname(String hostname) {
|
private static String normalizeHostname(String hostname) {
|
||||||
if (needsNormalization(hostname)) {
|
if (needsNormalization(hostname)) {
|
||||||
hostname = IDN.toASCII(hostname, IDN.ALLOW_UNASSIGNED);
|
hostname = IDN.toASCII(hostname, IDN.ALLOW_UNASSIGNED);
|
||||||
|
|
||||||
}
|
}
|
||||||
return hostname.toLowerCase(Locale.US);
|
return hostname.toLowerCase(Locale.US);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user