Fix Javadoc formatting

See gh-36207
This commit is contained in:
Sam Brannen
2026-01-28 11:00:42 +01:00
parent b0ac8df13e
commit ce0e37536b
@@ -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
*/