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/10/12 16:56:38 UTC

[GitHub] [incubator-eventmesh] BrindhaEaswaramurthy opened a new pull request, #1551: [Issue 1535 ]Method uses integer based for loops to iterate over a List [QueryOperationsResponse]

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

   Fixes #1535 
   
   Motivation
   This method uses an integer-based for loop to iterate over a java.util.List, by calling List.get(i) each time through the loop. The integer is not used for other reasons.
   
    Modifications
   
   Instead for loop, replaced it with foreach loop
   
   Documentation
   
   - Does this pull request introduce a new feature?   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: 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] xwm1992 merged pull request #1551: [ISSUE #1535] Method uses integer based for loops to iterate over a List [QueryOperationsResponse]

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


-- 
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