| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ConfigConsts |
|
| 0.0;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 | } |