mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00: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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user