mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +00:00
8300698: Missing @since tag for ClassFileFormatVersion.RELEASE_21
Reviewed-by: rriggs, mchung
This commit is contained in:
parent
558d610beb
commit
f2a1eb9804
@ -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…
x
Reference in New Issue
Block a user