8288994: Incorrect @since tags for @value update in JDK-8286101

Reviewed-by: darcy, prappo
This commit is contained in:
Jonathan Gibbons 2022-06-22 20:48:31 +00:00
parent 58b6937b09
commit 3b1ec3e660
2 changed files with 2 additions and 2 deletions
src/jdk.compiler/share/classes/com/sun/source

@ -48,7 +48,7 @@ public interface ValueTree extends InlineTagTree {
* @return the format string
*
* @implSpec This implementation returns {@code null}.
* @since 19
* @since 20
*/
default TextTree getFormat() {
return null;

@ -420,7 +420,7 @@ public interface DocTreeFactory {
* @return a {@code ValueTree} object
*
* @implSpec This implementation calls {@link #newValueTree(ReferenceTree) newValueTree(ref)}.
* @since 19
* @since 20
*/
default ValueTree newValueTree(TextTree format, ReferenceTree ref) {
return newValueTree(ref);