linvaux opened a new pull request, #6383: URL: https://github.com/apache/jmeter/pull/6383
## Description Delete "return" in a private void method ## Motivation and Context clean unnecessary code ## How Has This Been Tested? org.apache.jmeter.engine.StandardJMeterEngine#startThreadGroup is a private void method , This change simply removes useless "return" statements without running tests. ## Screenshots (if appropriate): ## Types of changes style ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] My code follows the [code style][style-guide] of this project. - [ ] I have updated the documentation accordingly. [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines -- 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-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org