[11] RFR JDK-8203474: Update description of "Cyrillic Supplementary" block name in Character.UnicodeBlock class.
Rachna Goel
rachna.goel at oracle.com
Mon May 28 06:26:43 UTC 2018
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
--
Thanks,
Rachna
More information about the core-libs-dev
mailing list