Fix and improve Javadoc in spring-messaging

See gh-28800
This commit is contained in:
Marc Wrobel
2022-07-12 15:51:25 +02:00
committed by Sam Brannen
parent bca104798b
commit 82ca27e46f
27 changed files with 43 additions and 43 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.core.MethodIntrospector;
import org.springframework.util.ReflectionUtils;
/**
* Sub-class for {@link AbstractExceptionHandlerMethodResolver} for testing.
* Subclass for {@link AbstractExceptionHandlerMethodResolver} for testing.
* @author Rossen Stoyanchev
*/
public class TestExceptionResolver extends AbstractExceptionHandlerMethodResolver {