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. */