mirror of
https://github.com/google/nomulus.git
synced 2025-06-26 22:34:55 +02:00
Change all references to Domain Registry to Nomulus
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136068582
This commit is contained in:
parent
9695024f1b
commit
71d7a382f3
30 changed files with 38 additions and 38 deletions
|
@ -21,7 +21,7 @@ import java.net.URL;
|
|||
import org.joda.time.Duration;
|
||||
|
||||
/**
|
||||
* Domain Registry configuration for global constants that can't be injected.
|
||||
* Nomulus configuration for global constants that can't be injected.
|
||||
*
|
||||
* <p>The goal of this custom configuration system is to have our project environments configured
|
||||
* in type-safe Java code that can be refactored, rather than XML files and system properties.
|
||||
|
@ -109,7 +109,7 @@ public interface RegistryConfig {
|
|||
public Optional<String> getECatcherAddress();
|
||||
|
||||
/**
|
||||
* Returns the address of the Domain Registry app HTTP server.
|
||||
* Returns the address of the Nomulus app HTTP server.
|
||||
*
|
||||
* <p>This is used by the {@code nomulus} tool to connect to the App Engine remote API.
|
||||
*/
|
||||
|
@ -137,7 +137,7 @@ public interface RegistryConfig {
|
|||
public String getReservedTermsExportDisclaimer();
|
||||
|
||||
/**
|
||||
* Returns a display name that is used on outgoing emails sent by Domain Registry.
|
||||
* Returns a display name that is used on outgoing emails sent by Nomulus.
|
||||
*
|
||||
* @see google.registry.util.SendEmailUtils
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue