mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-28 03:00:41 +00:00
8255016: ConstantDescs.FALSE claims it represents TRUE
Reviewed-by: bpb, jvernee, mchung, rriggs
This commit is contained in:
parent
0f4fb367d5
commit
bf19581ab0
@ -276,7 +276,7 @@ public final class ConstantDescs {
|
||||
"TRUE", CD_Boolean, CD_Boolean);
|
||||
|
||||
/**
|
||||
* Nominal descriptor representing the constant {@linkplain Boolean#TRUE}
|
||||
* Nominal descriptor representing the constant {@linkplain Boolean#FALSE}
|
||||
* @since 15
|
||||
*/
|
||||
public static final DynamicConstantDesc<Boolean> FALSE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user