Commit 21340a4
authored
KAFKA-20638 Use Locale.ROOT in ConsumerGroupCommand.toLowerCase() (#22415)
Fixes a checkstyle violation by explicitly passing
`java.util.Locale.ROOT` to `toLowerCase()` inside
`ConsumerGroupCommand.consumerGroupTypesFromString()`.
This ensures consistent behavior across different server locales.
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>1 parent f672256 commit 21340a4
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments