langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/FieldWriter.java
changeset 40303 96a1226aca18
parent 35426 374342e56a56
equal deleted inserted replaced
40302:8c0d8d2c3519 40303:96a1226aca18
   111      * @param fieldDocTree the content tree representing field documentation
   111      * @param fieldDocTree the content tree representing field documentation
   112      * @param isLastContent true if the content to be added is the last content
   112      * @param isLastContent true if the content to be added is the last content
   113      * @return content tree for the field documentation
   113      * @return content tree for the field documentation
   114      */
   114      */
   115     public Content getFieldDoc(Content fieldDocTree, boolean isLastContent);
   115     public Content getFieldDoc(Content fieldDocTree, boolean isLastContent);
   116 
       
   117     /**
       
   118      * Close the writer.
       
   119      */
       
   120     public void close() throws IOException;
       
   121 }
   116 }