You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "hogimn (via GitHub)" <gi...@apache.org> on 2023/02/25 09:05:22 UTC

[GitHub] [kafka] hogimn opened a new pull request, #13305: MINOR: Replace String literal with existing String variable

hogimn opened a new pull request, #13305:
URL: https://github.com/apache/kafka/pull/13305

   It is minor change.
   I found out that String literal is used even though there is existing static String variable.
   So, I replaced literal with variable.
   
   Thank you :)
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] hogimn commented on pull request #13305: MINOR: Replace String literal with existing String variable

Posted by "hogimn (via GitHub)" <gi...@apache.org>.
hogimn commented on PR #13305:
URL: https://github.com/apache/kafka/pull/13305#issuecomment-1445201773

   Thanks for your kind reply :)
   I am a newbie to Kafka and learning the concept and code through unit tests. I am happy to commit for the first time 😄.
   
   


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] chia7712 merged pull request #13305: MINOR: Replace String literal with existing String variable

Posted by "chia7712 (via GitHub)" <gi...@apache.org>.
chia7712 merged PR #13305:
URL: https://github.com/apache/kafka/pull/13305


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org