mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8311115: Type in java.lang.reflect.AccessFlag.METHOD_PARAMETER
Reviewed-by: bpb, jlaskey, mchung
This commit is contained in:
parent
a995aa6cd1
commit
d97966266e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -539,7 +539,7 @@ public enum AccessFlag {
|
||||||
INNER_CLASS,
|
INNER_CLASS,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method parameter loccation.
|
* Method parameter location.
|
||||||
* @jvms 4.7.24. The MethodParameters Attribute
|
* @jvms 4.7.24. The MethodParameters Attribute
|
||||||
*/
|
*/
|
||||||
METHOD_PARAMETER,
|
METHOD_PARAMETER,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue