On 03/03/2008, Chris Burdess <[EMAIL PROTECTED]> wrote: > Andrew John Hughes wrote: > > This switches more StringBuilder use to CPStringBuilder. > > > Sorry, why was this necessary again? > -- > > Chris Burdess > >
Using CPStringBuilder avoids copying the array from the builder to the String object where we don't need to do that. -- Andrew :-) Support Free Java! Contribute to GNU Classpath and the OpenJDK http://www.gnu.org/software/classpath http://openjdk.java.net
