Skip to content

Commit

Permalink
8300698: Missing @SInCE tag for ClassFileFormatVersion.RELEASE_21
Browse files Browse the repository at this point in the history
Reviewed-by: rriggs, mchung
  • Loading branch information
jddarcy committed Jan 19, 2023
1 parent 558d610 commit f2a1eb9
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -268,6 +268,8 @@ public enum ClassFileFormatVersion {
* The version recognized by the Java Platform, Standard Edition
* 21.
*
* @since 21
*
* @see <a
* href="https://docs.oracle.com/javase/specs/jvms/se21/html/index.html">
* <cite>The Java Virtual Machine Specification, Java SE 21 Edition</cite></a>
Expand Down

1 comment on commit f2a1eb9

@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.