Fix a few incorrect mentions of Nomulus

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136079699
This commit is contained in:
jianglai 2016-10-13 13:37:28 -07:00 committed by Ben McIlwain
parent 3dbcee55bd
commit d355aebe01
6 changed files with 7 additions and 8 deletions

View file

@ -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.