< prev index next >

test/langtools/jdk/javadoc/doclet/testTypeParams/TestTypeParameters.java

Print this page

        

*** 52,62 **** "-sourcepath", testSrc, "pkg"); checkExit(Exit.OK); checkOutput("pkg/C.html", true, ! "<td class=\"colFirst\"><code>&lt;W extends java.lang.String,​V extends " + "java.util.List&gt;<br>java.lang.Object</code></td>", "<code>&lt;T&gt;&nbsp;java.lang.Object</code>"); checkOutput("pkg/package-summary.html", true, "C</a>&lt;E extends <a href=\"Parent.html\" " --- 52,62 ---- "-sourcepath", testSrc, "pkg"); checkExit(Exit.OK); checkOutput("pkg/C.html", true, ! "<td class=\"colFirst\"><code>&lt;W extends java.lang.String,​\nV extends " + "java.util.List&gt;<br>java.lang.Object</code></td>", "<code>&lt;T&gt;&nbsp;java.lang.Object</code>"); checkOutput("pkg/package-summary.html", true, "C</a>&lt;E extends <a href=\"Parent.html\" "
< prev index next >