Fix javadoc reference to ThrowsAdvice

See gh-27804
This commit is contained in:
xay 2021-12-12 20:07:17 +08:00 committed by Stephane Nicoll
parent b1352e1833
commit 00375df4e8
1 changed files with 1 additions and 1 deletions

View File

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