javadoc correction

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091072 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2011-04-11 13:42:03 +00:00
parent 9a901d2580
commit e8ea1dd79d
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public Object invoke(final Object proxy, final Method method, final Object[] par
/** /**
* Checks whether a method for the passed in parameters can be found. * Checks whether a method for the passed in parameters can be found.
* *
* @param method the method to be invoked * @param method the listener method invoked
* @return a flag whether the parameters could be matched * @return a flag whether the parameters could be matched
*/ */
private boolean hasMatchingParametersMethod(final Method method) { private boolean hasMatchingParametersMethod(final Method method) {