langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/AbstractMemberWriter.java
changeset 38617 d93a7f64e231
parent 29957 7740f9657f56
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    45  * @author Robert Field
    45  * @author Robert Field
    46  * @author Atul M Dambalkar
    46  * @author Atul M Dambalkar
    47  * @author Jamie Ho (Re-write)
    47  * @author Jamie Ho (Re-write)
    48  * @author Bhavesh Patel (Modified)
    48  * @author Bhavesh Patel (Modified)
    49  */
    49  */
       
    50 @Deprecated
    50 public abstract class AbstractMemberWriter {
    51 public abstract class AbstractMemberWriter {
    51 
    52 
    52     protected final ConfigurationImpl configuration;
    53     protected final ConfigurationImpl configuration;
    53     protected final Utils utils;
    54     protected final Utils utils;
    54     protected final SubWriterHolderWriter writer;
    55     protected final SubWriterHolderWriter writer;