< prev index next >

test/langtools/jdk/javadoc/doclet/testSummaryTag/TestSummaryTag.java

Print this page

        

@@ -85,11 +85,11 @@
 
         // make sure the second @summary's content is displayed correctly
         checkOutput("p1/A.html", true,
              "<li class=\"blockList\">\n"
              + "<h3>m3</h3>\n"
-             + "<pre class=\"methodSignature\">public&nbsp;void&nbsp;m3()</pre>\n"
+             + "<pre>public&nbsp;void&nbsp;m3()</pre>\n"
              + "<div class=\"block\">First sentence  some text maybe second sentence.</div>\n"
              + "</li>\n"
         );
 
         checkOutput("p1/package-summary.html", true,
< prev index next >