Coverage Report - com.ctrip.apollo.core.ConfigConsts
 
Classes in this File Line Coverage Branch Coverage Complexity
ConfigConsts
N/A
N/A
0
 
 1  
 package com.ctrip.apollo.core;
 2  
 
 3  
 public interface ConfigConsts {
 4  
   String NAMESPACE_DEFAULT = "application";
 5  
   String CLUSTER_NAME_DEFAULT = "default";
 6  
   String CLUSTER_NAMESPACE_SEPARATOR = "+";
 7  
 }