1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 20:24:22 +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:
mmuller
2016-10-31 12:14:47 -07:00
committed by Ben McIlwain
parent da3e855b19
commit fa05c82b11

View File

@@ -66,7 +66,7 @@ interface FrontendRequestComponent {
RdapAutnumAction rdapAutnumAction();
RegistrarPaymentAction registrarPaymentAction();
RegistrarPaymentSetupAction registrarPaymentSetupAction();
RegistrarSettingsAction registrarAction();
RegistrarSettingsAction registrarSettingsAction();
RdapDomainAction rdapDomainAction();
RdapDomainSearchAction rdapDomainSearchAction();
RdapEntityAction rdapEntityAction();