Skip to content

Commit

Permalink
Fix javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 28, 2025
1 parent 0dca511 commit c14384b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public enum MyEnum {
}
</pre>
* as an alternative to using {@link JsonValue} annotation.
*<br />
*<br>
* NOTE: for {@code Enum}s, empty String is a valid value (and
* missing {@code value} is taken as empty String), unlike for regular
* properties, and does NOT mean "use default Enum name".
Expand Down

0 comments on commit c14384b

Please sign in to comment.