Merge pull request #766 from izeye/patch-1

* patch-1:
  Fix typo.
This commit is contained in:
Stephane Nicoll
2015-04-02 09:06:25 +02:00

View File

@@ -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>