Skip to content

Commit 21604d1

Browse files
committed
Merge branch '6.2.x'
2 parents fe41cd6 + 3c40e5e commit 21604d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ protected HandlerMethod(HandlerMethod handlerMethod) {
181181
* validation annotations.
182182
* <p>Subclasses can override this to ensure that a HandlerMethod is of the
183183
* same type if re-created.
184+
* @since 6.2.3
184185
*/
185186
protected HandlerMethod(HandlerMethod handlerMethod, @Nullable Object handler, boolean initValidateFlags) {
186187
super(handlerMethod);

0 commit comments

Comments
 (0)