coheigea opened a new pull request #12512:
URL: https://github.com/apache/beam/pull/12512


   There are a couple of instances in the code where toLowerCase().equals() is 
used, when equalsIgnoreCase() would suffice. The latter is more concise + also 
doesn't involve the default Locale that's used with toLowerCase(), which might 
be problematic depending on the String being compared.


----------------------------------------------------------------
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.

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


Reply via email to