uschindler commented on PR #16382: URL: https://github.com/apache/lucene/pull/16382#issuecomment-4933646907
Just a nitpick: You may also convert the switch statement with the old-style break and possible fallthrough to the modern form (introduced around Java 17). Whenever I toiuch code using old switch statements, I convert them! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
