mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8255016: ConstantDescs.FALSE claims it represents TRUE
Reviewed-by: bpb, jvernee, mchung, rriggs
This commit is contained in:
parent
0f4fb367d5
commit
bf19581ab0
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ public final class ConstantDescs {
|
||||||
"TRUE", CD_Boolean, CD_Boolean);
|
"TRUE", CD_Boolean, CD_Boolean);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Nominal descriptor representing the constant {@linkplain Boolean#TRUE}
|
* Nominal descriptor representing the constant {@linkplain Boolean#FALSE}
|
||||||
* @since 15
|
* @since 15
|
||||||
*/
|
*/
|
||||||
public static final DynamicConstantDesc<Boolean> FALSE
|
public static final DynamicConstantDesc<Boolean> FALSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue