Skip to content

MINOR: Fix invalid {@param} Javadoc tags in streams and connect - #23113

Open
stantheman0128 wants to merge 1 commit into
apache:trunkfrom
stantheman0128:minor/fix-invalid-param-javadoc-tags
Open

MINOR: Fix invalid {@param} Javadoc tags in streams and connect#23113
stantheman0128 wants to merge 1 commit into
apache:trunkfrom
stantheman0128:minor/fix-invalid-param-javadoc-tags

Conversation

@stantheman0128

@stantheman0128 stantheman0128 commented Aug 7, 2026

Copy link
Copy Markdown

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 claude@anthropic.com

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 <claude@anthropic.com>
@github-actions github-actions Bot added triage PRs from the community streams connect small Small PRs labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

connect small Small PRs streams triage PRs from the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant