mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Fix typo in comment
Comment says publix suffix instead of public suffix ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161236147
This commit is contained in:
@@ -72,7 +72,7 @@ public class HostFlowUtils {
|
||||
} else {
|
||||
// We need to know how many parts the hostname has beyond the public suffix, but we don't
|
||||
// know what the public suffix is. If the host is in bailiwick and we are hosting a
|
||||
// multipart "tld" like .co.uk the publix suffix might be 2 parts. Otherwise it's an
|
||||
// multipart "tld" like .co.uk the public suffix might be 2 parts. Otherwise it's an
|
||||
// unrecognized tld that's not on the public suffix list, so assume the tld alone is the
|
||||
// public suffix.
|
||||
Optional<InternetDomainName> tldParsed = findTldForName(hostName);
|
||||
|
||||
Reference in New Issue
Block a user