Remove obsolete space in HandlerMethod.html#assertTargetBean javadoc

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2026-02-20 13:43:11 +00:00
committed by Rossen Stoyanchev
parent b9a59853fa
commit f103af4982
@@ -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.
*/