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

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