[ http://issues.apache.org/jira/browse/TAPESTRY-739?page=comments#action_12356852 ]
Alexander Kundirenko commented on TAPESTRY-739: ----------------------------------------------- Sorry, I meant class: org.apache.tapestry.listener.ListenerMapSourceImpl > Change return type to inteface for: > ListenerMapSource.createListenerMethodInvoker() > ----------------------------------------------------------------------------------- > > Key: TAPESTRY-739 > URL: http://issues.apache.org/jira/browse/TAPESTRY-739 > Project: Tapestry > Type: Improvement > Components: Framework > Versions: 4.0 > Reporter: Alexander Kundirenko > Priority: Minor > > Code from ListenerMapSource class: > ------------------------------------------------------------------ > /** > * This implementation returns a new > * [EMAIL PROTECTED] > org.apache.tapestry.listener.ListenerMethodInvokerImpl}. Subclasses can > override to > * provide their own implementation. > */ > protected ListenerMethodInvokerImpl createListenerMethodInvoker(String > name, Method[] methods) > { > return new ListenerMethodInvokerImpl(name, methods); > } > ------------------------------------------------------------------ > Change return type to interface instead of concrete ListenerMethodInvokerImpl > please. > Thank you/ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
