Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(core): tiny perf improvement in MapUtils.merge()
MapUtils.merge() un-necessary clone the map when there is only one map that is not-null and not-empty which is not needed as the map is not modified but returned immediatly.
- Loading branch information