Skip to content

Commit 47b8ee8

Browse files
xiaolongzuobclozel
authored andcommitted
Fix default HandlerMappings class names in javadoc
Fixes spring-projects#708
1 parent e02719e commit 47b8ee8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerMapping.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* <p>This class can be implemented by application developers, although this is not
2626
* necessary, as {@link org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping}
27-
* and {@link org.springframework.web.servlet.handler.SimpleUrlHandlerMapping}
27+
* and {@link org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping}
2828
* are included in the framework. The former is the default if no
2929
* HandlerMapping bean is registered in the application context.
3030
*
@@ -49,7 +49,7 @@
4949
* @see org.springframework.core.Ordered
5050
* @see org.springframework.web.servlet.handler.AbstractHandlerMapping
5151
* @see org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
52-
* @see org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
52+
* @see org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
5353
*/
5454
public interface HandlerMapping {
5555

0 commit comments

Comments
 (0)