Remove unnecessary semicolons in enum declarations#32069
Remove unnecessary semicolons in enum declarations#32069mnhock wants to merge 1 commit intospring-projects:mainfrom
Conversation
|
Thanks for the PR. Unfortunately we don't have a policy stating that we remove semicolons in enum declarations. In light of that, I am closing this PR. |
|
Hi @mnhock, Traditionally we had a mix of enum constant declarations with and without the closing semicolon; however, apparently all of the unnecessary semicolons have been removed over the years except the last four that you updated in this PR. In light of that, I decided to merge your PR (see a8fa98e and 5856d2e) in order to achieve consistency across the code base, and we'll consider making it an official policy in our Code Style. Cheers, Sam |
|
Hi @sbrannen! Thanks for merging the PR and providing clarity on the consistency across the code base. I appreciate your attention to this and the effort to maintain a unified coding style. Thanks to the awesome Spring Team! |
No description provided.