< prev index next >

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

Print this page

        

@@ -67,11 +67,12 @@
                 + "title=\"class in pkg\">ParamTest2</a>&lt;java.util.List&lt;? extends "
                 + "<a href=\"../Foo4.html\" title=\"class in pkg\">Foo4</a>&gt;&gt;&gt;");
 
         // Nested type parameters
         checkOutput("pkg/C.html", true,
-                "<a id=\"formatDetails(java.util.Collection,java.util.Collection)\">");
+                "<section class=\"detail\" id=\"formatDetails(java.util.Collection,java.util.Collection)\">\n"
+                + "<h3>formatDetails</h3>");
     }
 
     @Test
     public void test2() {
         javadoc("-d", "out-2",
< prev index next >