Fix copy-paste error from recent change

See gh-35562
This commit is contained in:
rstoyanchev
2025-10-03 09:21:55 +01:00
parent 37319fc367
commit 8a719117e3
@@ -846,7 +846,6 @@ class BaseDefaultCodecs implements CodecConfigurer.DefaultCodecs, CodecConfigure
else {
throw new IllegalStateException("Jackson not present");
}
this.jacksonJsonEncoder = new JacksonJsonEncoder();
}
return this.jacksonJsonEncoder;
}