Fix typo in AfterReturningAdviceInterceptor JavaDoc
See gh-1382
This commit is contained in:
parent
5986f881d0
commit
9287bbb91a
|
@ -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