mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8326836: Incorrect @since
tags for ClassSignature methods
Reviewed-by: asotona
This commit is contained in:
parent
f308e107ce
commit
3b8227ba24
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ public sealed interface ClassSignature
|
|||
* {@return a class signature}
|
||||
* @param superclassSignature the superclass
|
||||
* @param superinterfaceSignatures the interfaces
|
||||
* @since 23
|
||||
*/
|
||||
public static ClassSignature of(Signature.ClassTypeSig superclassSignature,
|
||||
Signature.ClassTypeSig... superinterfaceSignatures) {
|
||||
|
@ -65,6 +66,7 @@ public sealed interface ClassSignature
|
|||
* @param typeParameters the type parameters
|
||||
* @param superclassSignature the superclass
|
||||
* @param superinterfaceSignatures the interfaces
|
||||
* @since 23
|
||||
*/
|
||||
public static ClassSignature of(List<Signature.TypeParam> typeParameters,
|
||||
Signature.ClassTypeSig superclassSignature,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue