8338015: Fix "Java Java" typo in package info file of java.lang.classfile

Reviewed-by: jiefu, jpai, liach
This commit is contained in:
Joe Darcy 2024-08-08 15:52:17 +00:00
parent 6a9a867d64
commit 78773b1769

@ -26,8 +26,8 @@
/**
* <h2>Provides classfile parsing, generation, and transformation library.</h2>
* The {@code java.lang.classfile} package contains classes for reading, writing, and
* modifying Java class files, as specified in Chapter {@jvms 4} of the <cite>Java
* Java Virtual Machine Specification</cite>.
* modifying Java class files, as specified in Chapter {@jvms 4} of the
* <cite>Java Virtual Machine Specification</cite>.
*
* <h2>Reading classfiles</h2>
* The main class for reading classfiles is {@link java.lang.classfile.ClassModel}; we