merlimat opened a new pull request, #25416:
URL: https://github.com/apache/pulsar/pull/25416
## Summary
- Convert javadoc comments (/**) to regular comments (/*) for license
headers and file-level comments before package statements (13 files)
- Remove duplicate license header in TransactionMetadataStoreState
- Move javadoc comments before all annotations to attach to declarations
- Convert section separator comments (/****...) to line comments (//)
- Add @SuppressWarnings("fallthrough") to intentional switch fallthrough
## Documentation
- [ ] `doc-required`
- [x] `doc-not-needed`
- [ ] `doc`
- [ ] `doc-complete`
## Matching PR in forked repositories
- [ ] Matching PR in forked repository
_This PR is part of a series to fix all compile warnings in production code._
--
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]