mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8333312: Incorrect since tags on new ClassReader and ConstantPool methods
Reviewed-by: liach, asotona
This commit is contained in:
parent
e0bab78640
commit
b101dcb609
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ public sealed interface ClassReader extends ConstantPool
|
|||
* @param cls the entry type
|
||||
* @throws ConstantPoolException if the index is out of range of the
|
||||
* constant pool size, or zero, or the entry is not of the given type
|
||||
* @since 24
|
||||
* @since 23
|
||||
*/
|
||||
<T extends PoolEntry> T readEntryOrNull(int offset, Class<T> cls);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue