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

changeset 1364
8db45b13526e
parent 1359
25e14ad23cef
child 1372
78962d89f283
equal deleted inserted replaced
1363:0d1818e9d4ae 1364:8db45b13526e
113 /** 113 /**
114 * Print the package summary document. 114 * Print the package summary document.
115 * 115 *
116 * @param contentTree the content tree that will be printed 116 * @param contentTree the content tree that will be printed
117 */ 117 */
118 public abstract void printDocument(Content contentTree); 118 public abstract void printDocument(Content contentTree) throws IOException;
119 119
120 /** 120 /**
121 * Close the writer. 121 * Close the writer.
122 */ 122 */
123 public abstract void close() throws IOException; 123 public abstract void close() throws IOException;

mercurial