You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/25 01:33:27 UTC

[GitHub] liketic opened a new pull request #3429: Use equals to check if two strings are equal

liketic opened a new pull request #3429: Use equals to check if two strings are equal
URL: https://github.com/apache/pulsar/pull/3429
 
 
   Currently, we are using ```==``` to check if the user passed argument is ```localrun```. We'd better to use ```equals``` for string comparison.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services