You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2022/12/02 08:28:43 UTC

[GitHub] [incubator-eventmesh] jonyangx opened a new pull request, #2407: [ISSUE #2384] Inefficient use of keySet iterator instead of entrySet iterator

jonyangx opened a new pull request, #2407:
URL: https://github.com/apache/incubator-eventmesh/pull/2407

   
   Fixes #2384 .
   
   ### Motivation
   
   Inefficient use of keySet iterator instead of entrySet iterator
   
   ### Modifications
   
   refactor eventmesh-protocol-plugin/eventmesh-protocol-http/src/main/java/org/apache/eventmesh/protocol/http/resolver/HttpRequestProtocolResolver.java line 76
   use entrySet() repalce keySet()
   
   ### Documentation
   
   - Does this pull request introduce a new feature? ( no)
   - If yes, how is the feature documented? (not documented)
   
   


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] jonyangx merged pull request #2407: [ISSUE #2384] Inefficient use of keySet iterator instead of entrySet iterator

Posted by GitBox <gi...@apache.org>.
jonyangx merged PR #2407:
URL: https://github.com/apache/incubator-eventmesh/pull/2407


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org