mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8236945: typo "the the" in Lookup::in javadoc
Reviewed-by: mchung
This commit is contained in:
parent
fe8e1aacd1
commit
0b542e3bae
1 changed files with 1 additions and 1 deletions
|
@ -1451,7 +1451,7 @@ public class MethodHandles {
|
|||
* <li>If the new lookup class is in the same module as the old lookup class,
|
||||
* the new previous lookup class is the old previous lookup class.
|
||||
* <li>If the new lookup class is in a different module from the old lookup class,
|
||||
* the new previous lookup class is the the old lookup class.
|
||||
* the new previous lookup class is the old lookup class.
|
||||
*</ul>
|
||||
* <p>
|
||||
* The resulting lookup's capabilities for loading classes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue