예제 #1
0
 @Override
 public Config merge(Map<String, Object> toMerge) {
   configMap.merge(toMerge, true);
   return this;
 }