Browse Source

Fix typo in ProxyMethodInvocation javadoc

pull/35814/head
Juergen Hoeller 1 month ago
parent
commit
40544e096f
  1. 2
      spring-aop/src/main/java/org/springframework/aop/ProxyMethodInvocation.java

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

@ -62,7 +62,7 @@ public interface ProxyMethodInvocation extends MethodInvocation { @@ -62,7 +62,7 @@ public interface ProxyMethodInvocation extends MethodInvocation {
MethodInvocation invocableClone(Object... arguments);
/**
* Set the arguments to be used on subsequent invocations in the any advice
* Set the arguments to be used on subsequent invocations in any advice
* in this chain.
* @param arguments the argument array
*/

Loading…
Cancel
Save