Update @since version after backport

This commit is contained in:
Rossen Stoyanchev 2018-11-21 09:35:06 -05:00
parent 5fe628a811
commit 0134c9d608
1 changed files with 1 additions and 1 deletions

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";