1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Fix warnings nits from RegistrarAction rename

([]

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137833414
This commit is contained in:
ctingue
2016-11-01 09:38:30 -07:00
committed by Ben McIlwain
parent a244202267
commit 83cbf5a01f
4 changed files with 5 additions and 16 deletions

View File

@@ -163,7 +163,7 @@ public interface RegistryConfig {
* Returns the email address(es) that notifications of registrar and/or registrar contact updates
* should be sent to, or the empty list if updates should not be sent.
*
* @see google.registry.ui.server.registrar.RegistrarAction
* @see google.registry.ui.server.registrar.RegistrarSettingsAction
*/
public ImmutableList<String> getRegistrarChangesNotificationEmailAddresses();