langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/AnnotationTypeWriter.java
changeset 14265 4e8e488eeae0
parent 14260 727a84636f12
child 14266 69453558960d
equal deleted inserted replaced
14264:1aca6b2e90a0 14265:4e8e488eeae0
   151     /**
   151     /**
   152      * Print the document.
   152      * Print the document.
   153      *
   153      *
   154      * @param contentTree content tree that will be printed as a document
   154      * @param contentTree content tree that will be printed as a document
   155      */
   155      */
   156     public void printDocument(Content contentTree);
   156     public void printDocument(Content contentTree) throws IOException ;
   157 
   157 
   158     /**
   158     /**
   159      * Close the writer.
   159      * Close the writer.
   160      */
   160      */
   161     public void close() throws IOException;
   161     public void close() throws IOException;