mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8311115: Type in java.lang.reflect.AccessFlag.METHOD_PARAMETER
Reviewed-by: prappo
Backport-of: d97966266e
This commit is contained in:
committed by
Vitaly Provodin
parent
4956bcb3d4
commit
b0eb2a22e2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user