Browse Source

Fix Javadoc formatting

See gh-36207
pull/36221/head
Sam Brannen 5 days ago
parent
commit
ce0e37536b
  1. 5
      spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java

5
spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java

@ -313,8 +313,9 @@ public abstract class YamlProcessor { @@ -313,8 +313,9 @@ public abstract class YamlProcessor {
* source. When called with the Map from a {@link MatchCallback} the result will
* contain the same values as the {@link MatchCallback} Properties.
* @param source the source map
* @param includeEmpty if empty entries should be included in the result
* @param emptyValue the value used to represent empty entries (e.g. {@code null} or an empty {@code String}
* @param includeEmpty whether empty entries should be included in the result
* @param emptyValue the value used to represent an empty entry — for
* example, {@code null} or an empty {@code String}
* @return a flattened map
* @since 7.0.4
*/

Loading…
Cancel
Save