Skip to content

Commit af83096

Browse files
committed
Fix JavaDoc
1 parent 04d6392 commit af83096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/tools/jackson/databind/DeserializationContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,8 +1361,8 @@ public Object handleWeirdStringValue(Class<?> targetClass, String value,
13611361
* Default implementation will try to call {@link DeserializationContext#reportInputMismatch(Class, String, Object...)},
13621362
* which by default would throw {@link MismatchedInputException}
13631363
*
1364-
* @param targetClass Type of property into which incoming String should be converted
1365-
* @param deser Type of {@link ValueDeserializer} calling this method.
1364+
* @param targetClass Primitive type into which incoming {@code null} value should be converted to
1365+
* @param deser Type of {@link ValueDeserializer} calling this method
13661366
* @param msg Error message template caller wants to use if exception is to be thrown
13671367
*
13681368
* @throws JacksonException To indicate unrecoverable problem, usually based on <code>msg</code>

0 commit comments

Comments
 (0)