Skip to content

Commit 97dac8a

Browse files
committed
Update @SInCE version after backport
1 parent 736b3c4 commit 97dac8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public interface HandlerMapping {
5858
/**
5959
* Name of the {@link HttpServletRequest} attribute that contains the mapped
6060
* handler for the best matching pattern.
61-
* @since 5.1.3
61+
* @since 4.3.21
6262
*/
6363
String BEST_MATCHING_HANDLER_ATTRIBUTE = HandlerMapping.class.getName() + ".bestMatchingHandler";
6464

0 commit comments

Comments
 (0)