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:
Benedikt Ritter 2014-01-15 18:59:21 +00:00
parent 3af7ba8e46
commit 282c5699e4
1 changed files with 1 additions and 1 deletions

View File

@ -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