Skip to content

Commit 54e5e81

Browse files
committed
Javadoc fixes
1 parent 8721d2c commit 54e5e81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/fasterxml/jackson/annotation/JsonDeserializeAs.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* </li>
2020
* <li>{@code key}s of {@link java.util.Map}s
2121
* </li>
22+
*</ul>
2223
*<p>
2324
* To indicate that no override is to be used, {@code Void.class} is used
2425
* as the marker (will use declared type) -- this is necessary as Annotation
@@ -31,7 +32,7 @@
3132
* public Value value;
3233
*
3334
* &#64;JsonDeserializeAs(keys = KeyEnum.class, content = ValueImpl.class)
34-
* public Map&lt;Object, Object> props;
35+
* public Map&lt;Object, Object&gt; props;
3536
* }
3637
*</pre>
3738
*/

0 commit comments

Comments
 (0)