Skip to content

Commit 8a71911

Browse files
committed
Fix copy-paste error from recent change
See gh-35562
1 parent 37319fc commit 8a71911

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-web/src/main/java/org/springframework/http/codec/support/BaseDefaultCodecs.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,6 @@ else if (JACKSON_2_PRESENT) {
846846
else {
847847
throw new IllegalStateException("Jackson not present");
848848
}
849-
this.jacksonJsonEncoder = new JacksonJsonEncoder();
850849
}
851850
return this.jacksonJsonEncoder;
852851
}

0 commit comments

Comments
 (0)