mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Fix copy-paste error from recent change
See gh-35562
This commit is contained in:
@@ -846,7 +846,6 @@ class BaseDefaultCodecs implements CodecConfigurer.DefaultCodecs, CodecConfigure
|
||||
else {
|
||||
throw new IllegalStateException("Jackson not present");
|
||||
}
|
||||
this.jacksonJsonEncoder = new JacksonJsonEncoder();
|
||||
}
|
||||
return this.jacksonJsonEncoder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user