mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-13 08:30:45 +00:00
Fix comments
This commit is contained in:
parent
5df93771f2
commit
8835ab3dff
@ -1730,7 +1730,7 @@ public final class String
|
||||
/**
|
||||
* Returns the index within this {@code String} that is
|
||||
* offset from the given {@code index} by
|
||||
* {@code codePointOffset} code points. Isolated surrogate code units
|
||||
* {@code codePointOffset} code points. Unpaired surrogates
|
||||
* within the text range given by {@code index} and
|
||||
* {@code codePointOffset} count as one code point each.
|
||||
*
|
||||
|
||||
@ -389,7 +389,8 @@ public class Supplementary {
|
||||
* Test codePointCount(int, int) &
|
||||
* codePointCount()
|
||||
*
|
||||
* This test case assumes that Character.codePointCount(CharSequence, int, int) works
|
||||
* This test case assumes that
|
||||
* Character.codePointCount(CharSequence, int, int) works
|
||||
* correctly.
|
||||
*/
|
||||
static void test8() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user