langtools/src/share/classes/com/sun/tools/doclets/formats/html/ConstantsSummaryWriterImpl.java
changeset 14357 faf9cde2817b
parent 14265 4e8e488eeae0
child 14358 9eda9239cba0
equal deleted inserted replaced
14267:6321fbe0cf50 14357:faf9cde2817b
    67      * @param configuration the configuration used in this run
    67      * @param configuration the configuration used in this run
    68      *        of the standard doclet.
    68      *        of the standard doclet.
    69      */
    69      */
    70     public ConstantsSummaryWriterImpl(ConfigurationImpl configuration)
    70     public ConstantsSummaryWriterImpl(ConfigurationImpl configuration)
    71             throws IOException {
    71             throws IOException {
    72         super(configuration, ConfigurationImpl.CONSTANTS_FILE_NAME);
    72         super(configuration, DocPaths.CONSTANT_VALUES);
    73         this.configuration = configuration;
    73         this.configuration = configuration;
    74         constantsTableSummary = configuration.getText("doclet.Constants_Table_Summary",
    74         constantsTableSummary = configuration.getText("doclet.Constants_Table_Summary",
    75                 configuration.getText("doclet.Constants_Summary"));
    75                 configuration.getText("doclet.Constants_Summary"));
    76         constantsTableHeader = new String[] {
    76         constantsTableHeader = new String[] {
    77             getModifierTypeHeader(),
    77             getModifierTypeHeader(),