Fix typo in AfterReturningAdviceInterceptor JavaDoc

See gh-1382
This commit is contained in:
John S. Ryan 2017-04-08 15:20:42 -07:00 committed by Stephane Nicoll
parent 5986f881d0
commit 9287bbb91a
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*