Skip to content

Commit

Permalink
8288994: Incorrect @SInCE tags for @value update in JDK-8286101
Browse files Browse the repository at this point in the history
Reviewed-by: darcy, prappo
  • Loading branch information
jonathan-gibbons committed Jun 22, 2022
1 parent 58b6937 commit 3b1ec3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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;
Expand Down
Expand Up @@ -420,7 +420,7 @@ default SummaryTree newSummaryTree(List<? extends DocTree> summary) {
* @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);
Expand Down

0 comments on commit 3b1ec3e

Please sign in to comment.