Looks good.

Naoto

On 5/27/18 11:26 PM, Rachna Goel wrote:
Hi,

Kindly review this small doc fix to Character.UnicodeBlock class.

Bug: https://bugs.openjdk.java.net/browse/JDK-8203474

Patch:

--- a/src/java.base/share/classes/java/lang/Character.java    Sun May 27 12:00:16 2018 +0530 +++ b/src/java.base/share/classes/java/lang/Character.java Mon May 28 11:48:58 2018 +0530
@@ -1419,7 +1419,8 @@
                               "YIRADICALS");

          /**
-          * Constant for the "Cyrillic Supplementary" Unicode character block.
+         * Constant for the "Cyrillic Supplement" Unicode character block.
+         * This block was previously known as the "Cyrillic Supplementary" block.
             * @since 1.5
             */

CSR : https://bugs.openjdk.java.net/browse/JDK-8203475

Reply via email to