8255016: ConstantDescs.FALSE claims it represents TRUE

Reviewed-by: bpb, jvernee, mchung, rriggs
This commit is contained in:
Stuart Marks 2020-10-19 23:53:06 +00:00
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