tandraschko commented on PR #1022:
URL: https://github.com/apache/myfaces/pull/1022#issuecomment-4758667418
then you can still use:
List<EventInfo> eventInfos = globalListeners.get(systemEventClass);
if (eventInfos == null)
{
eventInfos = globalListeners.computeIfAbsent(systemEventClass, k -> new
CopyOnWriteArrayList<>());
}
--
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]