mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8210366: Typo in MethodHandles.Lookup: must be either be
Reviewed-by: rriggs
This commit is contained in:
parent
9141fa4e52
commit
595a45041b
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ public class MethodHandles {
|
|||
* independently of any {@code Lookup} object.
|
||||
* <p>
|
||||
* If the desired member is {@code protected}, the usual JVM rules apply,
|
||||
* including the requirement that the lookup class must be either be in the
|
||||
* including the requirement that the lookup class must either be in the
|
||||
* same package as the desired member, or must inherit that member.
|
||||
* (See the Java Virtual Machine Specification, sections 4.9.2, 5.4.3.5, and 6.4.)
|
||||
* In addition, if the desired member is a non-static field or method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue