mirror of
https://github.com/google/nomulus.git
synced 2025-07-28 13:36:26 +02:00
Rename Registries to Tlds (#2042)
* Rename Registries to Tlds * Change Tlds to TLDs in comments
This commit is contained in:
parent
36a60bdf8b
commit
fddecea18e
41 changed files with 81 additions and 82 deletions
|
@ -58,8 +58,8 @@ public final class DomainNameUtils {
|
|||
* <p>This function is compatible with multi-part tlds, e.g. {@code co.uk}. This function will
|
||||
* also work on domains for which the registry is not authoritative. If you are certain that the
|
||||
* input will be under a TLD this registry controls, then it is preferable to use {@link
|
||||
* google.registry.model.tld.Registries#findTldForName(InternetDomainName)
|
||||
* Registries#findTldForName}, which will work on hostnames in addition to domains.
|
||||
* google.registry.model.tld.Tlds#findTldForName(InternetDomainName) Registries#findTldForName},
|
||||
* which will work on hostnames in addition to domains.
|
||||
*
|
||||
* @param domainName must be a punycode SLD (not a host or unicode)
|
||||
* @throws IllegalArgumentException if there is no TLD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue