From ce0e37536b8e316fc23f78ea31bfdf5ae91dbd6d Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:00:42 +0100 Subject: [PATCH] Fix Javadoc formatting See gh-36207 --- .../springframework/beans/factory/config/YamlProcessor.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java b/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java index 31b46cf7186..480352cfe95 100644 --- a/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java +++ b/spring-beans/src/main/java/org/springframework/beans/factory/config/YamlProcessor.java @@ -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 */