mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix Javadoc formatting
See gh-36207
This commit is contained in:
+3
-2
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user