mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 14:11:36 +00:00
8372117: Correct the misleading comment in Character.UnicodeBlock
Reviewed-by: bpb, joehw, jlu
This commit is contained in:
parent
0187f4df96
commit
41d6dc3a15
@ -743,7 +743,8 @@ class Character implements java.io.Serializable, Comparable<Character>, Constabl
|
||||
*/
|
||||
public static final class UnicodeBlock extends Subset {
|
||||
/**
|
||||
* NUM_ENTITIES should match the total number of UnicodeBlocks.
|
||||
* NUM_ENTITIES should match the total number of UnicodeBlock identifier
|
||||
* names plus their aliases.
|
||||
* It should be adjusted whenever the Unicode Character Database
|
||||
* is upgraded.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user