langtools/src/share/classes/com/sun/tools/doclets/formats/html/PackageIndexFrameWriter.java
changeset 2320 5b8c377175f4
parent 1787 1aa079321cd2
child 5520 86e4b9a9da40
equal deleted inserted replaced
2319:71bde363b33e 2320:5b8c377175f4
   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.