Commit 9a7baf19 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

parent b752b0f1
...@@ -51,7 +51,7 @@ public abstract class PropertySourceUtils { ...@@ -51,7 +51,7 @@ public abstract class PropertySourceUtils {
* Return a Map of all values from the specified {@link PropertySources} that start * Return a Map of all values from the specified {@link PropertySources} that start
* with a particular key. * with a particular key.
* @param propertySources the property sources to scan * @param propertySources the property sources to scan
* @param rootPrefix a root prefix to be prepended to the keyPrefex (can be * @param rootPrefix a root prefix to be prepended to the keyPrefix (can be
* {@code null}) * {@code null})
* @param keyPrefix the key prefixes to test * @param keyPrefix the key prefixes to test
* @return a map of all sub properties starting with the specified key prefixes. * @return a map of all sub properties starting with the specified key prefixes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment