Skip to content

Commit 4eb929c

Browse files
pivotaljohnsnicoll
authored andcommitted
Fix typo in AfterReturningAdviceInterceptor JavaDoc
See gh-1382
1 parent d0d7a88 commit 4eb929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.springframework.util.Assert;
2727

2828
/**
29-
* Interceptor to wrap am {@link org.springframework.aop.AfterReturningAdvice}.
29+
* Interceptor to wrap an {@link org.springframework.aop.AfterReturningAdvice}.
3030
* Used internally by the AOP framework; application developers should not need
3131
* to use this class directly.
3232
*

0 commit comments

Comments
 (0)