Commit 9331ee6f authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #10412 from eddumelendez:polish_jackson_config

* pr/10412:
  Polish JacksonAutoConfiguration
parents d490b994 93844bff
......@@ -166,9 +166,7 @@ public class JacksonAutoConfiguration {
private final ApplicationContext applicationContext;
JacksonObjectMapperBuilderConfiguration(ApplicationContext applicationContext,
JacksonProperties jacksonProperties,
List<Jackson2ObjectMapperBuilderCustomizer> customizers) {
JacksonObjectMapperBuilderConfiguration(ApplicationContext applicationContext) {
this.applicationContext = applicationContext;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment