[
https://issues.apache.org/jira/browse/KAFKA-14041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17816389#comment-17816389
]
Andrew Schofield commented on KAFKA-14041:
------------------------------------------
While strictly speaking this is not a problem, I don't think `var` is a very
good variable name so I will make a trivial renaming change.
> Avoid the keyword var for a variable declaration in ConfigTransformer
> ---------------------------------------------------------------------
>
> Key: KAFKA-14041
> URL: https://issues.apache.org/jira/browse/KAFKA-14041
> Project: Kafka
> Issue Type: Improvement
> Components: clients
> Reporter: QualiteSys QualiteSys
> Assignee: Andrew Schofield
> Priority: Major
>
> In the fileĀ
> clients\src\main\java\org\apache\kafka\common\config\ConfigTransformer.java a
> variable named var is declared :
> line 84 : for (ConfigVariable var : vars) {
> Since it is a java keyword, could the variable name be changed ?
> Thanks
--
This message was sent by Atlassian Jira
(v8.20.10#820010)