mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +00:00
Fix a few incorrect mentions of Nomulus
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136079699
This commit is contained in:
@@ -21,7 +21,7 @@ import java.net.URL;
|
||||
import org.joda.time.Duration;
|
||||
|
||||
/**
|
||||
* Nomulus configuration for global constants that can't be injected.
|
||||
* Registry 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.
|
||||
|
||||
@@ -55,7 +55,7 @@ public enum RegistryEnvironment {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns configuration for this Nomulus environment.
|
||||
* Returns configuration for this registry environment.
|
||||
*
|
||||
* <p><b>WARNING:</b> Do not store this value to a static field, otherwise you won't be able to
|
||||
* override it for testing. You should instead store the environment object to a static field.
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
Any request path starting with `/_dr/` will be restricted to requests originating
|
||||
from the backend or by anyone authenticated to a Google account that's listed in
|
||||
the AppEngine control panel settings for this project as a Viewer/Owner/Developer.
|
||||
The `_dr` is short for Nomulus to follow AppEngine naming conventions.
|
||||
The `_dr` is short for domain registry to follow AppEngine naming conventions.
|
||||
</description>
|
||||
<url-pattern>/_dr/*</url-pattern>
|
||||
</web-resource-collection>
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
Any request path starting with `/_dr/` will be restricted to requests originating
|
||||
from the backend or by anyone authenticated to a Google account that's listed in
|
||||
the AppEngine control panel settings for this project as a Viewer/Owner/Developer.
|
||||
The `_dr` is short for Nomulus to follow AppEngine naming conventions.
|
||||
The `_dr` is short for domain registry to follow AppEngine naming conventions.
|
||||
</description>
|
||||
<url-pattern>/_dr/*</url-pattern>
|
||||
</web-resource-collection>
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
Any request path starting with `/_dr/` will be restricted to requests originating
|
||||
from the backend or by anyone authenticated to a Google account that's listed in
|
||||
the AppEngine control panel settings for this project as a Viewer/Owner/Developer.
|
||||
The `_dr` is short for Nomulus to follow AppEngine naming conventions.
|
||||
The `_dr` is short for domain registry to follow AppEngine naming conventions.
|
||||
</description>
|
||||
<url-pattern>/_dr/*</url-pattern>
|
||||
</web-resource-collection>
|
||||
|
||||
Reference in New Issue
Block a user