mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8203474: Update description of "Cyrillic Supplementary" block name in Character.UnicodeBlock class
Updated description of cyrillic supplementary block. Reviewed-by: naoto
This commit is contained in:
parent
a9a54291b4
commit
f001238086
1 changed files with 2 additions and 1 deletions
|
@ -1419,7 +1419,8 @@ class Character implements java.io.Serializable, Comparable<Character> {
|
|||
"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
|
||||
*/
|
||||
public static final UnicodeBlock CYRILLIC_SUPPLEMENTARY =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue