Skip to content

Commit 4c0f8a7

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 9545bdd + cc54617 commit 4c0f8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/cfg/MapperBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public B annotationIntrospector(AnnotationIntrospector intr) {
454454
*
455455
* @return This Builder instance to allow call chaining
456456
*
457-
* @seee ContextAttributes for details on constructing default attributes.
457+
* @see ContextAttributes for details on constructing default attributes.
458458
*/
459459
public B defaultAttributes(ContextAttributes attrs) {
460460
_mapper.setDefaultAttributes(attrs);

0 commit comments

Comments
 (0)