Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce0e375

Browse files
committed
Fix Javadoc formatting
See gh-36207
1 parent b0ac8df commit ce0e375

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,9 @@ protected final Map<String, Object> getFlattenedMap(Map<String, Object> source)
313313
* source. When called with the Map from a {@link MatchCallback} the result will
314314
* contain the same values as the {@link MatchCallback} Properties.
315315
* @param source the source map
316-
* @param includeEmpty if empty entries should be included in the result
317-
* @param emptyValue the value used to represent empty entries (e.g. {@code null} or an empty {@code String}
316+
* @param includeEmpty whether empty entries should be included in the result
317+
* @param emptyValue the value used to represent an empty entry &mdash; for
318+
* example, {@code null} or an empty {@code String}
318319
* @return a flattened map
319320
* @since 7.0.4
320321
*/

0 commit comments

Comments
 (0)