You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,9 +103,9 @@
103
103
* It is typically imported by adding {@link EnableWebMvc @EnableWebMvc} to an
104
104
* application {@link Configuration @Configuration} class. An alternative more
105
105
* advanced option is to extend directly from this class and override methods as
106
-
* necessary remembering to add {@link Configuration @Configuration} to the
106
+
* necessary, remembering to add {@link Configuration @Configuration} to the
107
107
* subclass and {@link Bean @Bean} to overridden {@link Bean @Bean} methods.
108
-
* For more details see the Javadoc of {@link EnableWebMvc @EnableWebMvc}.
108
+
* For more details see the javadoc of {@link EnableWebMvc @EnableWebMvc}.
109
109
*
110
110
* <p>This class registers the following {@link HandlerMapping}s:</p>
0 commit comments