Review Request: CR 7100996 - (spec str) IndexOutOfBoundsException when using a StringBuffer from multiple threads
David Schlosnagle
schlosna at gmail.com
Thu Jun 21 16:49:21 UTC 2012
On Thu, Jun 21, 2012 at 11:59 AM, Jim Gish <jim.gish at oracle.com> 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
More information about the core-libs-dev
mailing list