Skip to content

Commit

Permalink
8326836: Incorrect @since tags for ClassSignature methods
Browse files Browse the repository at this point in the history
Reviewed-by: asotona
  • Loading branch information
nizarbenalla authored and asotona committed May 7, 2024
1 parent f308e10 commit 3b8227b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -65,6 +66,7 @@ public static ClassSignature of(Signature.ClassTypeSig superclassSignature,
* @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,
Expand Down

1 comment on commit 3b8227b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.