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

Reviewed-by: prappo
Backport-of: d97966266e
This commit is contained in:
Joe Darcy
2023-06-29 20:52:42 +00:00
committed by Vitaly Provodin
parent 4956bcb3d4
commit b0eb2a22e2

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,