Polishing

This commit is contained in:
Juergen Hoeller
2014-11-06 14:29:43 +01:00
parent e02c23eea4
commit 6a96850aa7
4 changed files with 19 additions and 14 deletions

View File

@@ -55,11 +55,11 @@ import org.springframework.web.util.WebUtils;
*/
public abstract class RequestMappingInfoHandlerMapping extends AbstractHandlerMethodMapping<RequestMappingInfo> {
protected RequestMappingInfoHandlerMapping() {
setHandlerMethodMappingNamingStrategy(new RequestMappingInfoHandlerMethodMappingNamingStrategy());
}
/**
* Get the URL path patterns associated with this {@link RequestMappingInfo}.
*/