mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Remove as-of date from argument list for extra create flow logic
Lai points out that, for creation, the as-of date should always be equal to the creation time. And, in fact, there was a check to throw an exception if that is not the case. So it's more straightforward just to remove that argument entirely. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138783711
This commit is contained in:
parent
07a6e55f82
commit
0634e25822
3 changed files with 2 additions and 5 deletions
|
@ -89,7 +89,6 @@ public interface RegistryExtraFlowLogic {
|
|||
public void performAdditionalDomainCreateLogic(
|
||||
DomainResource domain,
|
||||
String clientId,
|
||||
DateTime asOfDate,
|
||||
int years,
|
||||
EppInput eppInput,
|
||||
HistoryEntry historyEntry) throws EppException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue