Fix typo in DomainTransferResponse.Builder method namename

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170529902
This commit is contained in:
nickfelt 2017-09-29 14:08:40 -07:00 committed by Ben McIlwain
parent bc02b701b5
commit 447b83f7db
5 changed files with 5 additions and 5 deletions

View file

@ -98,7 +98,7 @@ public final class ResourceFlowUtils {
DomainResource domain = (DomainResource) eppResource;
builder =
new DomainTransferResponse.Builder()
.setFullyQualifiedDomainNameName(eppResource.getForeignKey())
.setFullyQualifiedDomainName(eppResource.getForeignKey())
// TODO(b/25084229): fix exDate computation logic.
.setExtendedRegistrationExpirationTime(
ADD_EXDATE_STATUSES.contains(transferData.getTransferStatus())