Fix whitespaces, add missing @since tag
This commit is contained in:
parent
d0049e1ac3
commit
ab60f735c7
|
@ -194,6 +194,7 @@ public class MethodUtils {
|
|||
* @throws NoSuchMethodException if there is no such accessible method
|
||||
* @throws InvocationTargetException wraps an exception thrown by the method invoked
|
||||
* @throws IllegalAccessException if the requested method is not accessible via reflection
|
||||
* @since 3.5
|
||||
*/
|
||||
public static Object invokeMethod(final Object object, final boolean forceAccess, final String methodName,
|
||||
Object[] args, Class<?>[] parameterTypes)
|
||||
|
|
Loading…
Reference in New Issue