Fix typo introduced by myself :o)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1558513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3af7ba8e46
commit
282c5699e4
|
@ -23,7 +23,7 @@ import java.lang.reflect.Modifier;
|
|||
import org.apache.commons.lang3.ClassUtils;
|
||||
|
||||
/**
|
||||
* Contains common code for working with {@link java.lang.reflect.Method Methods}/{@link java.lang.reflect.Constructor Constructor},
|
||||
* Contains common code for working with {@link java.lang.reflect.Method Methods}/{@link java.lang.reflect.Constructor Constructors},
|
||||
* extracted and refactored from {@link MethodUtils} when it was imported from Commons BeanUtils.
|
||||
*
|
||||
* @since 2.5
|
||||
|
|
Loading…
Reference in New Issue