langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlDocument.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
child 42828 cce89649f958
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    40  *  This code and its internal interfaces are subject to change or
    40  *  This code and its internal interfaces are subject to change or
    41  *  deletion without notice.</b>
    41  *  deletion without notice.</b>
    42  *
    42  *
    43  * @author Bhavesh Patel
    43  * @author Bhavesh Patel
    44  */
    44  */
       
    45 @Deprecated
    45 public class HtmlDocument extends Content {
    46 public class HtmlDocument extends Content {
    46 
    47 
    47     private List<Content> docContent = Collections.<Content>emptyList();
    48     private List<Content> docContent = Collections.<Content>emptyList();
    48 
    49 
    49     /**
    50     /**