langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleWriterImpl.java
changeset 45417 f7479ee8de69
parent 44807 47e09e3f1829
child 46082 c65be9fae87b
equal deleted inserted replaced
45416:0d8bb33bdfa7 45417:f7479ee8de69
   179      * @param configuration the configuration of the doclet.
   179      * @param configuration the configuration of the doclet.
   180      * @param mdle        Module under consideration.
   180      * @param mdle        Module under consideration.
   181      * @param prevModule   Previous module in the sorted array.
   181      * @param prevModule   Previous module in the sorted array.
   182      * @param nextModule   Next module in the sorted array.
   182      * @param nextModule   Next module in the sorted array.
   183      */
   183      */
   184     public ModuleWriterImpl(ConfigurationImpl configuration,
   184     public ModuleWriterImpl(HtmlConfiguration configuration,
   185             ModuleElement mdle, ModuleElement prevModule, ModuleElement nextModule) {
   185             ModuleElement mdle, ModuleElement prevModule, ModuleElement nextModule) {
   186         super(configuration, DocPaths.moduleSummary(mdle));
   186         super(configuration, DocPaths.moduleSummary(mdle));
   187         this.prevModule = prevModule;
   187         this.prevModule = prevModule;
   188         this.nextModule = nextModule;
   188         this.nextModule = nextModule;
   189         this.mdle = mdle;
   189         this.mdle = mdle;