Browse Source
There are more locations which could benefit from not using a toCharArray on a String, but rather use the charAt method from the String itself. This to prevent an additional copy of the char[] being created.pull/26107/head
Marten Deinum
4 years ago
committed by
Juergen Hoeller
9 changed files with 20 additions and 24 deletions
Loading…
Reference in new issue