From f103af4982f8e3af4f053326790751821eb20823 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Fri, 20 Feb 2026 18:36:33 +0700 Subject: [PATCH] Remove obsolete space in `HandlerMethod.html#assertTargetBean` javadoc Signed-off-by: Tran Ngoc Nhan --- .../java/org/springframework/web/method/HandlerMethod.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java b/spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java index ba369b21d6b..6e098307ad8 100644 --- a/spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java +++ b/spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java @@ -408,8 +408,8 @@ public class HandlerMethod extends AnnotatedMethod { /** * Assert that the target bean class is an instance of the class where the given - * method is declared. In some cases the actual controller instance at request- - * processing time may be a JDK dynamic proxy (lazy initialization, prototype + * method is declared. In some cases the actual controller instance at request-processing + * time may be a JDK dynamic proxy (lazy initialization, prototype * beans, and others). {@code @Controller}'s that require proxying should prefer * class-based proxy mechanisms. */