erzohrakhan opened a new pull request, #3499: URL: https://github.com/apache/incubator-eventmesh/pull/3499
Fixes #3481 ### Motivation Use java.util.Map.computeIfAbsent() method instead of java.util.Map.containsKey()(for adding and changing values in the map). This leads to cleaner and more readable code. ### Modifications Replaced map.containsKey() with map.computeIfAbsent() method ### Documentation - Does this pull request introduces a new feature? (yes/no) no -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
