Remove all mentions of MOE in the code base

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=225235111
This commit is contained in:
jianglai 2018-12-12 12:45:09 -08:00 committed by Michael Muller
parent c396957d15
commit d09be1f897

View file

@ -37,7 +37,7 @@ public class GoldenFileTestHelper {
String goldenFileDescription = null;
private static final String UPDATE_COMMAND =
"google.registry.tools.RegistryTool -e localhost %1$s > %2$s";
"nomulus -e localhost %1$s > %2$s";
private static final String UPDATE_INSTRUCTIONS =
Joiner.on('\n')