unknowntpo opened a new pull request, #23049:
URL: https://github.com/apache/kafka/pull/23049
Fix six malformed Javadoc link tags across the clients and streams modules.
The changes remove extra closing braces and replace malformed `{{@link ...}}`
tags with valid `{@link ...}` tags so the generated API documentation renders
the references correctly.
This is a documentation-only change with no runtime or compatibility impact.
Validation:
- `./gradlew :clients:javadoc :streams:javadoc spotlessCheck`
Generated-by: OpenAI Codex
--
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]