Skip to content

Commit

Permalink
Add backticks, as they are necessary. Otherwise the @since is treat…
Browse files Browse the repository at this point in the history
…ed as a jtreg tag

Revert "remove backticks"

This reverts commit 83afb01.
  • Loading branch information
nizarbenalla committed Nov 14, 2024
1 parent 83afb01 commit c1615b3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/*
* @test
* @bug 8343780
* @summary Test for @since in java.scripting module
* @summary Test for `@since` in java.scripting module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker java.scripting
*/
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/*
* @test
* @bug 8343780
* @summary Test for @since in jdk.dynalik module
* @summary Test for `@since` in jdk.dynalik module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker jdk.dynalink
*/
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/*
* @test
* @bug 8343780
* @summary Test for @since in jdk.jartool module
* @summary Test for `@since` in jdk.jartool module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker jdk.jartool
*/
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
/*
* @test
* @bug 8343780
* @summary Test for @since in jdk.jlink module
* @summary Test for `@since` in jdk.jlink module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker jdk.jlink
*/
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/*
* @test
* @bug 8343780
* @summary Test for @since in jdk.jsobject module
* @summary Test for `@since` in jdk.jsobject module
* @library /test/lib /test/jdk/tools/sincechecker
* @run main SinceChecker jdk.jsobject
*/

0 comments on commit c1615b3

Please sign in to comment.