Browse Source

Fix typo in WebMvcConfigurationSupport Javadoc

Closes gh-#36399

Signed-off-by: jun <ryuu.public@gmail.com>
pull/36402/head
조형준 3 weeks ago committed by GitHub
parent
commit
017892265e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java

2
spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java

@ -884,7 +884,7 @@ public class WebMvcConfigurationSupport implements ApplicationContextAware, Serv @@ -884,7 +884,7 @@ public class WebMvcConfigurationSupport implements ApplicationContextAware, Serv
}
/**
* Override this method to add custom {@link HttpMessageConverter messsage converters}
* Override this method to add custom {@link HttpMessageConverter message converters}
* to use with the {@link RequestMappingHandlerAdapter} and the
* {@link ExceptionHandlerExceptionResolver}.
* <p>Adding converters to the list turns off the default converters that would

Loading…
Cancel
Save