mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8012176: reduce use of TagletOutputImpl.toString
Reviewed-by: darcy
This commit is contained in:
parent
147bdb8230
commit
1631e19242
13 changed files with 78 additions and 83 deletions
|
@ -43,11 +43,11 @@ public class TestJavaFX extends JavadocTester {
|
|||
{"./" + BUG_ID + "/C.html",
|
||||
"<pre>public final void setRate(double value)</pre>" + NL +
|
||||
"<div class=\"block\">Sets the value of the property rate.</div>" + NL +
|
||||
"<dl><dt><span class=\"strong\">Property description:</span></dt>" },
|
||||
"<dl>" + NL + "<dt><span class=\"strong\">Property description:</span></dt>" },
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
"<pre>public final double getRate()</pre>" + NL +
|
||||
"<div class=\"block\">Gets the value of the property rate.</div>" + NL +
|
||||
"<dl><dt><span class=\"strong\">Property description:</span></dt>" },
|
||||
"<dl>" + NL + "<dt><span class=\"strong\">Property description:</span></dt>" },
|
||||
{"./" + BUG_ID + "/C.html",
|
||||
"<td class=\"colLast\"><code><strong><a href=\"C.html#rateProperty\">rate</a></strong></code>" + NL +
|
||||
"<div class=\"block\">Defines the direction/speed at which the <code>Timeline</code> is expected to"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue