8311115: Type in java.lang.reflect.AccessFlag.METHOD_PARAMETER

Reviewed-by: bpb, jlaskey, mchung
This commit is contained in:
Joe Darcy 2023-06-29 20:31:57 +00:00
parent a995aa6cd1
commit d97966266e

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -539,7 +539,7 @@ public enum AccessFlag {
INNER_CLASS,
/**
* Method parameter loccation.
* Method parameter location.
* @jvms 4.7.24. The MethodParameters Attribute
*/
METHOD_PARAMETER,