This commit is contained in:
Phillip Webb
2020-08-13 11:53:28 -07:00
parent 2a998a4373
commit 5579f9d1c4

View File

@@ -35,7 +35,7 @@ import org.springframework.core.io.Resource;
import org.springframework.util.Assert;
/**
* Class to load {@code .properties} files into a map of {@code String} ->
* Class to load {@code .properties} files into a map of {@code String} ->
* {@link OriginTrackedValue}. Also supports expansion of {@code name[]=a,b,c} list style
* values.
*