Update @since version after backport

master
Rossen Stoyanchev 6 years ago
parent 5fe628a811
commit 0134c9d608
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerMapping.java

@ -58,7 +58,7 @@ public interface HandlerMapping {
/** /**
* Name of the {@link HttpServletRequest} attribute that contains the mapped * Name of the {@link HttpServletRequest} attribute that contains the mapped
* handler for the best matching pattern. * handler for the best matching pattern.
* @since 5.1.3 * @since 4.3.21
*/ */
String BEST_MATCHING_HANDLER_ATTRIBUTE = HandlerMapping.class.getName() + ".bestMatchingHandler"; String BEST_MATCHING_HANDLER_ATTRIBUTE = HandlerMapping.class.getName() + ".bestMatchingHandler";

Loading…
Cancel
Save