Fix typo in ProxyMethodInvocation javadoc

This commit is contained in:
Juergen Hoeller
2025-11-11 19:42:02 +01:00
parent 23354b0155
commit 40544e096f
@@ -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
*/