Skip to content

Commit

Permalink
Fix FasterXML#2081 (incorrect Javadoc)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 12, 2019
1 parent e3ec9dc commit a037f98
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,8 @@ public enum MapperFeature implements ConfigFeature
* merging is skipped and new value is created (<code>true</code>) or
* an exception is thrown (false).
*<p>
* Feature is disabled by default since non-mergeable property types are ignored
* even if defaults call for merging, and usually explicit per-type or per-property
* settings for such types should result in an exception.
* Feature is enabled by default, to allow use of merge defaults even in presence
* of some unmergeable properties.
*
* @since 2.9
*/
Expand Down

0 comments on commit a037f98

Please sign in to comment.