Fix typo.

This commit is contained in:
izeye 2015-04-02 14:58:47 +09:00
parent 7e799295e5
commit 593aff99b0
1 changed files with 1 additions and 1 deletions

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>