Skip to content

MINOR: Fix duplicated closing brace in {@link} Javadoc tags in admin Result classes - #22986

Open
sjhajharia wants to merge 1 commit into
apache:trunkfrom
sjhajharia:fix-results-javadocs
Open

MINOR: Fix duplicated closing brace in {@link} Javadoc tags in admin Result classes#22986
sjhajharia wants to merge 1 commit into
apache:trunkfrom
sjhajharia:fix-results-javadocs

Conversation

@sjhajharia

@sjhajharia sjhajharia commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Fixes a typo in the class-level Javadoc of four admin result classes
where the {@link ...} tag had an extra closing brace (}} instead of
}). This caused a stray } to render right after the linked method in
the generated
JavaDoc
output.

Changes

  • DescribeClassicGroupsResult
  • DescribeConsumerGroupsResult
  • DescribeShareGroupsResult
  • DescribeStreamsGroupsResult

Reviewers: Gaurav Narula gaurav_narula2@apple.com

@github-actions github-actions Bot added triage PRs from the community clients small Small PRs labels Jul 29, 2026
@sjhajharia sjhajharia changed the title MINOR: Fix duplicated closing brace in {@link} Javadoc tags in admin Result classes MINOR: Fix duplicated closing brace in {@link} Javadoc tags in admin Result classes Jul 29, 2026

@gaurav-narula gaurav-narula left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clients small Small PRs triage PRs from the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants