Review patches isBMPCodePoint/2/3

Ulf Zibis Ulf.Zibis at gmx.de
Thu Mar 25 14:03:47 UTC 2010


Am 25.03.2010 14:41, schrieb Ulf Zibis:
> Please use 8-space-indentation for line continuation, following looks 
> ugly:

Oops, looked good in my TB edit window, but should be corrected:
  259                         if (Character.isHighSurrogate(c)
  260 && (cb.remaining() == 1)) {
  261                             cg.push(c);
  262                             break;
  263                         }





More information about the core-libs-dev mailing list