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) {
2318
2318
/**
2319
2319
* Method for specifying {@link CacheProvider} instance, to provide Cache instances to be used in components downstream.
2320
2320
*
2321
- * @cacheProvider Cache provider for this mapper to use
2321
+ * @param cacheProvider Cache provider for this mapper to use
2322
2322
*
2323
2323
* @throws IllegalArgumentException if given provider is null
2324
2324
*
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ public B annotationIntrospector(AnnotationIntrospector intr) {
453
453
*
454
454
* @return This Builder instance to allow call chaining
455
455
*
456
- * @seee ContextAttributes for details on constructing default attributes.
456
+ * @see ContextAttributes for details on constructing default attributes.
457
457
*/
458
458
public B defaultAttributes (ContextAttributes attrs ) {
459
459
_mapper .setDefaultAttributes (attrs );
Original file line number Diff line number Diff line change 25
25
* NOTE: that [de]serializers are registered as "default" [de]serializers.
26
26
* As a result, they will have lower priority than the ones indicated through annotations on
27
27
* 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>
29
29
* In cases where both module-based [de]serializers and annotation-based [de]serializers are registered,
30
30
* the [de]serializer specified by the annotation will take precedence.
31
31
*<p>
You can’t perform that action at this time.
0 commit comments