langtools/src/share/classes/com/sun/tools/doclets/formats/html/SubWriterHolderWriter.java
changeset 14357 faf9cde2817b
parent 14266 69453558960d
child 14549 0599d73bf1da
equal deleted inserted replaced
14267:6321fbe0cf50 14357:faf9cde2817b
    52  * @author Atul M Dambalkar
    52  * @author Atul M Dambalkar
    53  * @author Bhavesh Patel (Modified)
    53  * @author Bhavesh Patel (Modified)
    54  */
    54  */
    55 public abstract class SubWriterHolderWriter extends HtmlDocletWriter {
    55 public abstract class SubWriterHolderWriter extends HtmlDocletWriter {
    56 
    56 
    57     public SubWriterHolderWriter(ConfigurationImpl configuration,
    57     public SubWriterHolderWriter(ConfigurationImpl configuration, DocPath filename)
    58                                  String filename) throws IOException {
    58             throws IOException {
    59         super(configuration, filename);
    59         super(configuration, filename);
    60     }
       
    61 
       
    62 
       
    63     public SubWriterHolderWriter(ConfigurationImpl configuration,
       
    64                                  String path, String filename, String relpath)
       
    65                                  throws IOException {
       
    66         super(configuration, path, filename, relpath);
       
    67     }
    60     }
    68 
    61 
    69     /**
    62     /**
    70      * Add the summary header.
    63      * Add the summary header.
    71      *
    64      *