src/share/classes/com/sun/tools/doclets/formats/html/PackageIndexFrameWriter.java

changeset 243
edd944553131
parent 182
47a62d8d98b4
child 554
9d9f26857129
equal deleted inserted replaced
242:889ec3ddc91b 243:edd944553131
112 /** 112 /**
113 * Print Html "table" tag for the package index format. 113 * Print Html "table" tag for the package index format.
114 * 114 *
115 * @param text Text string will not be used in this method. 115 * @param text Text string will not be used in this method.
116 */ 116 */
117 protected void printIndexHeader(String text) { 117 protected void printIndexHeader(String text, String tableSummary) {
118 printTableHeader(false); 118 printTableHeader(false);
119 } 119 }
120 120
121 /** 121 /**
122 * Print Html closing "table" tag at the end of the package index. 122 * Print Html closing "table" tag at the end of the package index.

mercurial