Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: final modifier

...

  • AlterClientQuotasResult
  • AlterUserScramCredentialsResult
  • DeleteRecordsResult
  • DescribeClientQuotasResult
  • DescribeConsumerGroupsResult
  • ListOffsetsResult

Also, remove the final modifier from ElectLeadersResult. This prevents the instantiation of mocks by frameworks such as Mockito, and appear to confer no safety on the use of the result class.

Proposed Changes

Per public interfaces section.

...