langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeWriterImpl.java
changeset 45417 f7479ee8de69
parent 44196 f88c0e9cb102
child 45599 8bc3a019f948
equal deleted inserted replaced
45416:0d8bb33bdfa7 45417:f7479ee8de69
    77      * @param configuration the configuration
    77      * @param configuration the configuration
    78      * @param annotationType the annotation type being documented.
    78      * @param annotationType the annotation type being documented.
    79      * @param prevType the previous class that was documented.
    79      * @param prevType the previous class that was documented.
    80      * @param nextType the next class being documented.
    80      * @param nextType the next class being documented.
    81      */
    81      */
    82     public AnnotationTypeWriterImpl(ConfigurationImpl configuration,
    82     public AnnotationTypeWriterImpl(HtmlConfiguration configuration,
    83             TypeElement annotationType, TypeMirror prevType, TypeMirror nextType) {
    83             TypeElement annotationType, TypeMirror prevType, TypeMirror nextType) {
    84         super(configuration, DocPath.forClass(configuration.utils, annotationType));
    84         super(configuration, DocPath.forClass(configuration.utils, annotationType));
    85         this.annotationType = annotationType;
    85         this.annotationType = annotationType;
    86         configuration.currentTypeElement = annotationType;
    86         configuration.currentTypeElement = annotationType;
    87         this.prev = prevType;
    87         this.prev = prevType;