src/share/classes/com/sun/tools/doclets/internal/toolkit/AnnotationTypeWriter.java

changeset 1365
2013982bee34
parent 1364
8db45b13526e
child 2035
a2a5ad0853ed
equal deleted inserted replaced
1364:8db45b13526e 1365:2013982bee34
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) throws IOException ; 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;

mercurial