< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/ClassWriter.java

Print this page
rev 58344 : records implementation

@@ -71,15 +71,15 @@
      * @return class informaion tree header that needs to be added to the documentation
      */
     public Content getClassInfoTreeHeader();
 
     /**
-     * Add the type parameter information.
+     * Add the type parameter and state component information.
      *
      * @param classInfoTree content tree to which the documentation will be added
      */
-    public void addTypeParamInfo(Content classInfoTree);
+    public void addParamInfo(Content classInfoTree);
 
     /**
      * Add all super interfaces if this is an interface.
      *
      * @param classInfoTree content tree to which the documentation will be added
< prev index next >