Java 类com.typesafe.config.ConfigMergeable 实例源码

项目:QDrill    文件:NestedConfig.java   
@Override
public Config withFallback(ConfigMergeable other) {
  return c.withFallback(other);
}
项目:dremio-oss    文件:NestedConfig.java   
@Override
public Config withFallback(ConfigMergeable other) {
  return config.withFallback(other);
}
项目:drill    文件:NestedConfig.java   
@Override
public Config withFallback(ConfigMergeable other) {
  return c.withFallback(other);
}