mirror of
https://github.com/google/nomulus
synced 2026-01-06 05:27:13 +00:00
Fix registrar settings method name
Fix RegistrarSettingsAction method name in FrontendComponent (this got left behind in the rename CL). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137732524
This commit is contained in:
@@ -66,7 +66,7 @@ interface FrontendRequestComponent {
|
|||||||
RdapAutnumAction rdapAutnumAction();
|
RdapAutnumAction rdapAutnumAction();
|
||||||
RegistrarPaymentAction registrarPaymentAction();
|
RegistrarPaymentAction registrarPaymentAction();
|
||||||
RegistrarPaymentSetupAction registrarPaymentSetupAction();
|
RegistrarPaymentSetupAction registrarPaymentSetupAction();
|
||||||
RegistrarSettingsAction registrarAction();
|
RegistrarSettingsAction registrarSettingsAction();
|
||||||
RdapDomainAction rdapDomainAction();
|
RdapDomainAction rdapDomainAction();
|
||||||
RdapDomainSearchAction rdapDomainSearchAction();
|
RdapDomainSearchAction rdapDomainSearchAction();
|
||||||
RdapEntityAction rdapEntityAction();
|
RdapEntityAction rdapEntityAction();
|
||||||
|
|||||||
Reference in New Issue
Block a user