Skip to content

Commit 3b098a5

Browse files
committed
Minor javadoc formatting fix
1 parent 6b8f28e commit 3b098a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929

3030
/**
3131
* Whether matching value from input (if any) is used for annotated property or not;
32-
* if disabled (`OptBoolean.FALSE`), input value (if any) will be ignored;
32+
* if disabled ({@code OptBoolean.FALSE}), input value (if any) will be ignored;
3333
* otherwise it will override injected value.
3434
*<p>
35-
* Default is `OptBoolean.DEFAULT`, which translates to `OptBoolean.TRUE`.
35+
* Default is {@code OptBoolean.DEFAULT}, which translates to {@code OptBoolean.TRUE}.
3636
*
3737
* @return {@link OptBoolean#TRUE} to enable use of value from input instead of
3838
* injected value, if available; {@link OptBoolean#FALSE} if injected value will

0 commit comments

Comments
 (0)