Skip to content

Commit 8c499cb

Browse files
committed
Polishing
1 parent 723b2b1 commit 8c499cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
* It is typically imported by adding {@link EnableWebMvc @EnableWebMvc} to an
104104
* application {@link Configuration @Configuration} class. An alternative more
105105
* 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
107107
* 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}.
109109
*
110110
* <p>This class registers the following {@link HandlerMapping}s:</p>
111111
* <ul>

0 commit comments

Comments
 (0)