< prev index next >

test/langtools/jdk/javadoc/doclet/testIndentation/TestIndentation.java

Print this page

        

*** 46,56 **** "-sourcepath", testSrc, "p"); checkExit(Exit.OK); checkOutput("p/Indent.html", true, ! "<pre class=\"methodSignature\">public&nbsp;&lt;T&gt;&nbsp;void&nbsp;m​(T&nbsp;t1,", "\n" + " T&nbsp;t2)", "\n" + " throws java.lang.Exception"); --- 46,56 ---- "-sourcepath", testSrc, "p"); checkExit(Exit.OK); checkOutput("p/Indent.html", true, ! "<pre>public&nbsp;&lt;T&gt;&nbsp;void&nbsp;m​(T&nbsp;t1,", "\n" + " T&nbsp;t2)", "\n" + " throws java.lang.Exception");
< prev index next >