File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/fasterxml/jackson/databind Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2318,7 +2318,7 @@ public ObjectMapper setConstructorDetector(ConstructorDetector cd) {
23182318 /**
23192319 * Method for specifying {@link CacheProvider} instance, to provide Cache instances to be used in components downstream.
23202320 *
2321- * @cacheProvider Cache provider for this mapper to use
2321+ * @param cacheProvider Cache provider for this mapper to use
23222322 *
23232323 * @throws IllegalArgumentException if given provider is null
23242324 *
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ public B annotationIntrospector(AnnotationIntrospector intr) {
453453 *
454454 * @return This Builder instance to allow call chaining
455455 *
456- * @seee ContextAttributes for details on constructing default attributes.
456+ * @see ContextAttributes for details on constructing default attributes.
457457 */
458458 public B defaultAttributes (ContextAttributes attrs ) {
459459 _mapper .setDefaultAttributes (attrs );
Original file line number Diff line number Diff line change 2525 * NOTE: that [de]serializers are registered as "default" [de]serializers.
2626 * As a result, they will have lower priority than the ones indicated through annotations on
2727 * both Class and property-associated annotations -- for example,
28- * {@link com.fasterxml.jackson.databind.annotation.JsonDeserialize}.<br/ >
28+ * {@link com.fasterxml.jackson.databind.annotation.JsonDeserialize}.<br>
2929 * In cases where both module-based [de]serializers and annotation-based [de]serializers are registered,
3030 * the [de]serializer specified by the annotation will take precedence.
3131 *<p>
You can’t perform that action at this time.
0 commit comments