Fix JavaDoc link

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1531433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-10-11 21:42:49 +00:00
parent 877438dd76
commit 0309b11ff2
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ public class MethodUtils {
* would match a {@code boolean} primitive.</p>
*
* <p>This is a convenient wrapper for
* {@link #invokeStaticMethod(Class objectClass,String methodName,Object [] args,Class[] parameterTypes)}.
* {@link #invokeStaticMethod(Class, String, Object[], Class[])}.
* </p>
*
* @param cls invoke static method on this class