Skip to content

Commit 433bb89

Browse files
committed
Fix missing/misplacement of <p> tag in Jackson2HashMapper Javadoc.
Resolves #2586
1 parent ccdfcf2 commit 433bb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/redis/hash/Jackson2HashMapper.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
* Flattening requires all property names to not interfere with JSON paths. Using dots or brackets in map keys or as
7777
* property names is not supported using flattening. The resulting hash cannot be mapped back into an Object.
7878
* <h3>Example</h3>
79-
*
79+
* <p>
8080
* <pre class="code">
8181
* class Person {
8282
* String firstname;
@@ -85,7 +85,7 @@
8585
* Date date;
8686
* LocalDateTime localDateTime;
8787
* }
88-
* <p>
88+
*
8989
* class Address {
9090
* String city;
9191
* String country;

0 commit comments

Comments
 (0)