Fix typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95aa6af17c
commit
d7e2aa2504
|
@ -916,7 +916,7 @@ public class ClassUtils {
|
|||
* @throws NullPointerException if the class is null
|
||||
* @throws SecurityException if a security violation occurred
|
||||
* @throws NoSuchMethodException if the method is not found in the given class
|
||||
* or if the metothod doen't conform with the requirements
|
||||
* or if the method doesn't conform with the requirements
|
||||
*/
|
||||
public static Method getPublicMethod(final Class<?> cls, final String methodName, final Class<?>... parameterTypes)
|
||||
throws SecurityException, NoSuchMethodException {
|
||||
|
|
Loading…
Reference in New Issue