mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8300698: Missing @since tag for ClassFileFormatVersion.RELEASE_21
Reviewed-by: rriggs, mchung
This commit is contained in:
parent
558d610beb
commit
f2a1eb9804
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue