Files
spring-pulsar/spring-pulsar-docs
Chris Bono 123b17df0d Specify locale in toLowerCase|toUpperCase (#893)
This commit makes sure that all usages of String toLowerCase and
toUpperCase specify a Locale (default of Locale.ROOT).

Also, a checkstyle rule is added to prevent usage of the no-arg variant
of String toLowerCase and toUpperCase.
2024-10-17 16:26:26 -05:00
..