mirror of
https://github.com/google/nomulus.git
synced 2025-08-21 00:34:42 +02:00
Move getTldFromDomainName into DomainNameUtils
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=118475557
This commit is contained in:
parent
4442f4c31b
commit
b3125ae070
9 changed files with 34 additions and 58 deletions
|
@ -17,10 +17,10 @@ package com.google.domain.registry.ui.server.api;
|
|||
import static com.google.common.base.MoreObjects.firstNonNull;
|
||||
import static com.google.common.base.Strings.nullToEmpty;
|
||||
import static com.google.common.net.HttpHeaders.ACCESS_CONTROL_ALLOW_ORIGIN;
|
||||
import static com.google.domain.registry.model.domain.DomainUtils.getTldFromDomainName;
|
||||
import static com.google.domain.registry.model.eppcommon.ProtocolDefinition.ServiceExtension.FEE_0_6;
|
||||
import static com.google.domain.registry.ui.server.SoyTemplateUtils.createTofuSupplier;
|
||||
import static com.google.domain.registry.util.DomainNameUtils.canonicalizeDomainName;
|
||||
import static com.google.domain.registry.util.DomainNameUtils.getTldFromDomainName;
|
||||
import static java.nio.charset.StandardCharsets.UTF_8;
|
||||
import static org.json.simple.JSONValue.toJSONString;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue