langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractMemberWriter.java
changeset 45417 f7479ee8de69
parent 42831 feff6f296019
child 45908 df7fadfd702f
equal deleted inserted replaced
45416:0d8bb33bdfa7 45417:f7479ee8de69
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    64  * @author Jamie Ho (Re-write)
    64  * @author Jamie Ho (Re-write)
    65  * @author Bhavesh Patel (Modified)
    65  * @author Bhavesh Patel (Modified)
    66  */
    66  */
    67 public abstract class AbstractMemberWriter {
    67 public abstract class AbstractMemberWriter {
    68 
    68 
    69     protected final ConfigurationImpl configuration;
    69     protected final HtmlConfiguration configuration;
    70     protected final Utils utils;
    70     protected final Utils utils;
    71     protected final SubWriterHolderWriter writer;
    71     protected final SubWriterHolderWriter writer;
    72     protected final Contents contents;
    72     protected final Contents contents;
    73     protected final Resources resources;
    73     protected final Resources resources;
    74 
    74