Skip to content

Commit 5836665

Browse files
committed
MapNormalizer: Remove javadoc mentioning splitting paths (removed with #229)
1 parent 0eb817f commit 5836665

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/ch/jalu/configme/resource/MapNormalizer.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import java.util.Optional;
1010

1111
/**
12-
* Normalizes the keys of maps, splitting compound keys and ensuring that all keys are Strings.
12+
* Normalizes the keys of maps, ensuring that all keys are Strings.
1313
*/
1414
public class MapNormalizer {
1515

@@ -67,8 +67,7 @@ protected boolean isKeyInvalid(@NotNull Object key) {
6767
}
6868

6969
/**
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.
70+
* Adds the provided value into the given map, keeping any intermediate nested maps which may already exist.
7271
*
7372
* @param map the map to add the value to
7473
* @param path the path to store the value under

0 commit comments

Comments
 (0)