stantheman0128 opened a new pull request, #23113:
URL: https://github.com/apache/kafka/pull/23113
Several Javadoc comments in streams and connect/runtime use {@param x},
which is not a valid Javadoc tag. Replace them with {@code x}, the
convention already used elsewhere in these same comments.
Also fixes RackAwareTaskAssignor#validateClientRack: the doc referenced
racksForProcess, but the actual parameter is named rackForProcess.
Verified with:
./gradlew :streams:javadoc :connect:runtime:javadoc spotlessCheck
Co-Authored-By: Claude Sonnet 5 <[email protected]>
--
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]