Move more configuration options into YAML config files

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145452311
This commit is contained in:
mcilwain 2017-01-24 12:27:36 -08:00 committed by Ben McIlwain
parent 16f51f0a5c
commit efedc03d45

View file

@ -1254,6 +1254,11 @@ public final class RegistryConfig {
}
}
/** Returns the roid suffix to be used for the roids of all contacts and hosts. */
public static String getContactAndHostRoidSuffix() {
return CONFIG_SETTINGS.get().registryPolicy.contactAndHostRoidSuffix;
}
/**
* Memoizes loading of the {@link RegistryConfigSettings} POJO.
*