mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo in WebMvcConfigurationSupport Javadoc
Closes gh-#36399 Signed-off-by: jun <ryuu.public@gmail.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user