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