coderzc opened a new pull request, #17296: URL: https://github.com/apache/pulsar/pull/17296
### Motivation I found that there are many long strings joined in ServiceConfiguration doc annotation, we can use [Text Blocks](https://docs.oracle.com/en/java/javase/15/text-blocks/index.html) to improve readability. ### Modifications use Text Blocks instead of long strings joined. ### Documentation Check the box below or label this PR directly. Need to update docs? - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [ ] `doc-not-needed` (Please explain why) - [x] `doc` (Your PR contains doc changes) - [ ] `doc-complete` (Docs have been already added) -- 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]
