jim0987795064 opened a new pull request, #20563:
URL: https://github.com/apache/kafka/pull/20563

   - **Reasons:** In this case, the `exit(int statusCode)` method invokes 
`exit(statusCode, null)`, which means
   the `message` argument is always `null` in this code path. As a result, 
assigning
   `exitMessage` has no effect and can be safely removed.
   
   - **Changes:** Remove a redundant field assignment.


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

Reply via email to