Update @since version after backport

This commit is contained in:
Rossen Stoyanchev
2018-11-21 09:36:34 -05:00
parent 736b3c45e8
commit 97dac8a45d

View File

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