mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-10 04:25:35 +00:00
Introducing StringUtils.toLowerCase/toUpperCase independent on the default locale, converting almost all usages of String.toLowerCase/toUpperCase to use the new methods. Reviewed-by: jjg, bpatel