Skip to content

Commit e15da89

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 0fc7d46 + 5b487af commit e15da89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public enum MyEnum {
3939
}
4040
</pre>
4141
* as an alternative to using {@link JsonValue} annotation.
42-
*<br />
42+
*<br>
4343
* NOTE: for {@code Enum}s, empty String is a valid value (and
4444
* missing {@code value} is taken as empty String), unlike for regular
4545
* properties, and does NOT mean "use default Enum name".

0 commit comments

Comments
 (0)