suneet-s opened a new pull request #9611: Use primitives instead of boxed variables when possible URL: https://github.com/apache/druid/pull/9611 Fix LGTM warning about using boxed variables instead of primitives when the variable being assigned is never null. This change should have no visible production impact, but cleans up the code a little bit.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
