Skip to content

Commit a431ae0

Browse files
committed
Polish
1 parent 6423535 commit a431ae0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jersey/JerseyAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public void onStartup(ServletContext servletContext) throws ServletException {
189189
static class JacksonResourceConfigCustomizer {
190190

191191
@Bean
192-
ResourceConfigCustomizer resourceConfigCustomizer(final ObjectMapper objectMapper) {
192+
ResourceConfigCustomizer jacksonResourceConfigCustomizer(ObjectMapper objectMapper) {
193193
return (ResourceConfig config) -> {
194194
config.register(JacksonFeature.class);
195195
config.register(new ObjectMapperContextResolver(objectMapper), ContextResolver.class);

0 commit comments

Comments
 (0)