RonGamzu opened a new pull request, #22321: URL: https://github.com/apache/kafka/pull/22321
## Summary Fix a small typo in the javadoc for `TransactionContext#abortTransaction()`: `committed so than the records` → `committed so that the records`. The parallel docstring for `abortTransaction(SourceRecord)` a few lines below already uses the correct phrasing, so this looks like a copy/paste slip that was missed. ## Why Docs-only correction picked up while reading the Connect source API. No functional or API change. ## Testing None required — javadoc comment text only, no code path is affected. -- 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]
