Use google.registry namespace for specifying RegistryConfig impl

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135386524
This commit is contained in:
mcilwain 2016-10-06 11:55:02 -07:00 committed by Ben McIlwain
parent 0ae5d10632
commit d02d30a4cd
2 changed files with 12 additions and 8 deletions

View file

@ -30,7 +30,7 @@ import javax.annotation.concurrent.ThreadSafe;
@ThreadSafe
public final class RegistryConfigLoader {
public static final String REGISTRY_CONFIG_PROPERTY = "com.google.domain.registry.config";
public static final String REGISTRY_CONFIG_PROPERTY = "google.registry.config";
public static final String REGISTRY_CONFIG_DEFAULT =
"google.registry.config.ProductionRegistryConfigExample";