Fix typo in AfterReturningAdviceInterceptor JavaDoc
See gh-1382
This commit is contained in:
parent
d0d7a88233
commit
4eb929c105
|
|
@ -26,7 +26,7 @@ import org.springframework.aop.AfterReturningAdvice;
|
|||
import org.springframework.util.Assert;
|
||||
|
||||
/**
|
||||
* Interceptor to wrap am {@link org.springframework.aop.AfterReturningAdvice}.
|
||||
* Interceptor to wrap an {@link org.springframework.aop.AfterReturningAdvice}.
|
||||
* Used internally by the AOP framework; application developers should not need
|
||||
* to use this class directly.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue