< 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 <T> void m(T t1,",
"\n"
+ " T t2)",
"\n"
+ " throws java.lang.Exception");
--- 46,56 ----
"-sourcepath", testSrc,
"p");
checkExit(Exit.OK);
checkOutput("p/Indent.html", true,
! "<pre>public <T> void m(T t1,",
"\n"
+ " T t2)",
"\n"
+ " throws java.lang.Exception");
< prev index next >