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:
parent
877438dd76
commit
0309b11ff2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue