8305808: Typo in javadoc of ConstantDescs::BSM_VARHANDLE_STATIC_FIELD

Reviewed-by: rriggs, iris
This commit is contained in:
Mandy Chung 2023-04-10 20:50:50 +00:00
parent ba90dc7795
commit a43a17c8ea

View file

@ -212,7 +212,7 @@ public final class ConstantDescs {
= ofConstantBootstrap(CD_ConstantBootstraps, "fieldVarHandle",
CD_VarHandle, CD_Class, CD_Class);
/** {@link MethodHandleDesc} representing {@link ConstantBootstraps#staticFieldVarHandle(Lookup, String, Class, Class, Class) ConstantBootstraps.staticVarHandle} */
/** {@link MethodHandleDesc} representing {@link ConstantBootstraps#staticFieldVarHandle(Lookup, String, Class, Class, Class) ConstantBootstraps.staticFieldVarHandle} */
public static final DirectMethodHandleDesc BSM_VARHANDLE_STATIC_FIELD
= ofConstantBootstrap(CD_ConstantBootstraps, "staticFieldVarHandle",
CD_VarHandle, CD_Class, CD_Class);