mirror of
https://github.com/google/nomulus
synced 2026-05-13 11:21:46 +00:00
Refactor common domain transfer logic into a utility class
These methods will also be used for RDE imports (in a follow-up). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146955581
This commit is contained in:
committed by
Ben McIlwain
parent
135b1f95f4
commit
b9222759dc
@@ -17,7 +17,7 @@ package google.registry.flows.domain;
|
||||
import static google.registry.flows.FlowUtils.validateClientIsLoggedIn;
|
||||
import static google.registry.flows.ResourceFlowUtils.loadAndVerifyExistence;
|
||||
import static google.registry.flows.ResourceFlowUtils.verifyOptionalAuthInfo;
|
||||
import static google.registry.flows.domain.DomainFlowUtils.createTransferResponse;
|
||||
import static google.registry.flows.domain.DomainTransferUtils.createTransferResponse;
|
||||
import static google.registry.model.domain.DomainResource.extendRegistrationWithCap;
|
||||
|
||||
import com.google.common.base.Optional;
|
||||
|
||||
Reference in New Issue
Block a user