mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
Convert entire project to strict lexicographical import sort ordering
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127234970
This commit is contained in:
@@ -15,12 +15,9 @@
|
||||
package google.registry.whois;
|
||||
|
||||
import com.google.common.net.InternetDomainName;
|
||||
|
||||
import google.registry.model.domain.DomainResource;
|
||||
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
/** Represents a WHOIS lookup on a domain name (i.e. SLD). */
|
||||
class DomainLookupCommand extends DomainOrHostLookupCommand<DomainResource> {
|
||||
|
||||
Reference in New Issue
Block a user