gaoxiaolei-s59 opened a new pull request, #22760:
URL: https://github.com/apache/kafka/pull/22760
Follow-up to #22544, fixing a few more occurrences of the same class of typo
found in a repo-wide sweep.
Fixes subject-verb agreement typos ("does not exists" → "does not exist") in
user-facing diagnostic messages and Javadoc:
- `StateDirectory` — `@throws` Javadoc: `"does not exists"` → `"does not
exist"`
- `TransactionIndex` — `@return` Javadoc: `"doesn't exists"` → `"doesn't
exist"`
- `MetadataQuorumCommand` — exception message: `"Properties file ... does
not exists!"` → `"...does not exist!"`
Javadoc and string-literal changes only, with no behavior change. The
`MetadataQuorumCommandErrorTest` assertion and its test method name are updated
to match the corrected message.
--
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]