We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb817f commit 5836665Copy full SHA for 5836665
src/main/java/ch/jalu/configme/resource/MapNormalizer.java
@@ -9,7 +9,7 @@
9
import java.util.Optional;
10
11
/**
12
- * Normalizes the keys of maps, splitting compound keys and ensuring that all keys are Strings.
+ * Normalizes the keys of maps, ensuring that all keys are Strings.
13
*/
14
public class MapNormalizer {
15
@@ -67,8 +67,7 @@ protected boolean isKeyInvalid(@NotNull Object key) {
67
}
68
69
70
- * Adds the provided value into the given map, splitting the path into periods appropriately and keeping
71
- * any intermediate nested maps which may already exist.
+ * Adds the provided value into the given map, keeping any intermediate nested maps which may already exist.
72
*
73
* @param map the map to add the value to
74
* @param path the path to store the value under
0 commit comments