Skip to content

Commit 40544e0

Browse files
committed
Fix typo in ProxyMethodInvocation javadoc
1 parent 23354b0 commit 40544e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/ProxyMethodInvocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public interface ProxyMethodInvocation extends MethodInvocation {
6262
MethodInvocation invocableClone(Object... arguments);
6363

6464
/**
65-
* Set the arguments to be used on subsequent invocations in the any advice
65+
* Set the arguments to be used on subsequent invocations in any advice
6666
* in this chain.
6767
* @param arguments the argument array
6868
*/

0 commit comments

Comments
 (0)