Polish "Fix javadoc reference to ThrowsAdvice"

See gh-27804
This commit is contained in:
Stephane Nicoll
2021-12-12 16:32:35 +01:00
parent 31b8587ce6
commit 9e09d6cde4

View File

@@ -25,8 +25,8 @@ import org.springframework.aop.Advisor;
import org.springframework.aop.ThrowsAdvice;
/**
* Adapter to enable {@link org.springframework.aop.ThrowsAdvice}
* to be used in the Spring AOP framework.
* Adapter to enable {@link org.springframework.aop.ThrowsAdvice} to be used
* in the Spring AOP framework.
*
* @author Rod Johnson
* @author Juergen Hoeller