On Tue, 14 Mar 2023 08:13:11 GMT, Alan Bateman <[email protected]> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fixed method descriptions
>
> src/java.base/share/classes/java/lang/Character.java line 10803:
>
>> 10801: /**
>> 10802: * Determines if the specified character (Unicode code point) has
>> the
>> 10803: * Emoji Presentation by default.
>
> "has the Emoji Presentation", should that be "has the Emoji Presentation
> property"?
Fixed this one as well
> src/java.base/share/classes/java/lang/Character.java line 10887:
>
>> 10885: * @since 21
>> 10886: */
>> 10887: public static boolean isExtendedPictographic(int codePoint) {
>
> Is there a "cut 'n paste" error here, it looks like the description has been
> copied from isEmojiComponent.
My bad. You are right. Corrected.
-------------
PR: https://git.openjdk.org/jdk/pull/13006