On Tue, 14 Dec 2021 18:25:45 GMT, Naoto Sato <na...@openjdk.org> wrote:
> This is a doc fix to `StringTokenizer`, where the original spec does not > account for the delimiter's length in the case of a supplementary character. > Corresponding CSR has been drafted: > https://bugs.openjdk.java.net/browse/JDK-8278814 This pull request has now been integrated. Changeset: 8f5fdd86 Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/8f5fdd864b6f1cf4a2d9d961d8d4118960f0751e Stats: 6 lines in 1 file changed: 2 ins; 0 del; 4 mod 8278587: StringTokenizer(String, String, boolean) documentation bug Reviewed-by: iris, joehw, lancea, rriggs, darcy ------------- PR: https://git.openjdk.java.net/jdk/pull/6836