Polishing

This commit is contained in:
Juergen Hoeller
2014-12-07 20:52:18 +01:00
parent 03d4e1bc22
commit bb1d1e916e
3 changed files with 6 additions and 7 deletions

View File

@@ -254,7 +254,7 @@ public abstract class YamlProcessor {
* contain the same values as the {@link MatchCallback} Properties.
* @param source the source map
* @return a flattened map
* @since 4.2.3
* @since 4.1.3
*/
protected final Map<String, Object> getFlattenedMap(Map<String, Object> source) {
Map<String, Object> result = new LinkedHashMap<String, Object>();