mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder
Reviewed-by: darcy
This commit is contained in:
parent
fc641c0bd6
commit
147bdb8230
22 changed files with 213 additions and 205 deletions
|
@ -80,11 +80,11 @@ public class TestNewLanguageFeatures extends JavadocTester {
|
|||
"Class TypeParameters<E></h2>"},
|
||||
//Check class type parameters section.
|
||||
{BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
|
||||
"<dt><span class=\"strong\">Type Parameters:</span></dt><dd><code>E</code> - " +
|
||||
"<dt><span class=\"strong\">Type Parameters:</span></dt>" + NL + "<dd><code>E</code> - " +
|
||||
"the type parameter for this class."},
|
||||
//Type parameters in @see/@link
|
||||
{BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
|
||||
"<dl><dt><span class=\"strong\">See Also:</span></dt><dd>" +
|
||||
"<dl><dt><span class=\"strong\">See Also:</span></dt>" + NL + "<dd>" +
|
||||
"<a href=\"../pkg/TypeParameters.html\" title=\"class in pkg\">" +
|
||||
"<code>TypeParameters</code></a></dd></dl>"},
|
||||
//Method that uses class type parameter.
|
||||
|
@ -93,8 +93,8 @@ public class TestNewLanguageFeatures extends JavadocTester {
|
|||
"parameter in TypeParameters\">E</a> param)"},
|
||||
//Method type parameter section.
|
||||
{BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
|
||||
"<span class=\"strong\">Type Parameters:</span></dt><dd><code>T</code> - This is the first " +
|
||||
"type parameter.</dd><dd><code>V</code> - This is the second type " +
|
||||
"<span class=\"strong\">Type Parameters:</span></dt>" + NL + "<dd><code>T</code> - This is the first " +
|
||||
"type parameter.</dd>" + NL + "<dd><code>V</code> - This is the second type " +
|
||||
"parameter."},
|
||||
//Signature of method with type parameters
|
||||
{BUG_ID + FS + "pkg" + FS + "TypeParameters.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue