Merge branch '6.2.x'
This commit is contained in:
commit
21604d1a25
|
@ -181,6 +181,7 @@ public class HandlerMethod extends AnnotatedMethod {
|
|||
* validation annotations.
|
||||
* <p>Subclasses can override this to ensure that a HandlerMethod is of the
|
||||
* same type if re-created.
|
||||
* @since 6.2.3
|
||||
*/
|
||||
protected HandlerMethod(HandlerMethod handlerMethod, @Nullable Object handler, boolean initValidateFlags) {
|
||||
super(handlerMethod);
|
||||
|
|
Loading…
Reference in New Issue