« Return to Thread: Review Request: CR 7100996 - (spec str) IndexOutOfBoundsException when using a StringBuffer from multiple threads

Re: Review Request: CR 7100996 - (spec str) IndexOutOfBoundsException when using a StringBuffer from multiple threads

by David Schlosnagle :: Rate this Message:

| View in Thread

On Thu, Jun 21, 2012 at 11:59 AM, Jim Gish <jim.gish@...> wrote:
> + * across threads, must ensure that StringBuffer.add/insert has a

Jim,

You may want to replace "add" with "append" if you are intending to
reference the actual method name and not the generic operation.
Additionally, you may want to use {@code ...} to show this context.

Thanks,
Dave

 « Return to Thread: Review Request: CR 7100996 - (spec str) IndexOutOfBoundsException when using a StringBuffer from multiple threads