papegaaij opened a new pull request #504: URL: https://github.com/apache/wicket/pull/504
`ListenerCollection` has a note that states that the order is not guaranteed. This seems strange as the collection is simply a list and it even has a method to notify the listeners in reverse order. I suggest to change the comment and actually guarantee the order of notification to be in match with the order the listeners were added. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
