Merge pull request #766 from izeye/patch-1

* patch-1:
  Fix typo.
master
Stephane Nicoll 10 years ago
commit 797159ce5c
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/EnableWebMvc.java

@ -75,7 +75,7 @@ import org.springframework.context.annotation.Import;
* @Bean
* public RequestMappingHandlerAdapter requestMappingHandlerAdapter() {
* // Create or delegate to "super" to create and
* // customize properties of RequestMapingHandlerAdapter
* // customize properties of RequestMappingHandlerAdapter
* }
* }
* </pre>

Loading…
Cancel
Save