Commit dda1b5a
authored
MINOR: Fix duplicate 'to' in ExactlyOnceMessageProcessor javadoc (#20228)
Fixed a simple typo in javadoc comment where "to to" appeared instead of
"to".
_No functional changes_
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>1 parent 1bcaa19 commit dda1b5a
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- core/src/test/scala/unit/kafka/server
- examples/src/main/java/kafka/examples
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments