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:
parent
9a901d2580
commit
e8ea1dd79d
|
@ -120,7 +120,7 @@ public class EventUtils {
|
||||||
/**
|
/**
|
||||||
* 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) {
|
||||||
|
|
Loading…
Reference in New Issue