Skip to content

Commit

Permalink
Fix missing/misplacement of <p> tag in Jackson2HashMapper Javadoc.
Browse files Browse the repository at this point in the history
Resolves #2586
  • Loading branch information
jxblum committed Jun 14, 2023
1 parent ccdfcf2 commit 433bb89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
* Flattening requires all property names to not interfere with JSON paths. Using dots or brackets in map keys or as
* property names is not supported using flattening. The resulting hash cannot be mapped back into an Object.
* <h3>Example</h3>
*
* <p>
* <pre class="code">
* class Person {
* String firstname;
Expand All @@ -85,7 +85,7 @@
* Date date;
* LocalDateTime localDateTime;
* }
* <p>
*
* class Address {
* String city;
* String country;
Expand Down

0 comments on commit 433bb89

Please sign in to comment.