langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlDocument.java
changeset 42828 cce89649f958
parent 38617 d93a7f64e231
equal deleted inserted replaced
42827:36468b5fa7f4 42828:cce89649f958
    43  * @author Bhavesh Patel
    43  * @author Bhavesh Patel
    44  */
    44  */
    45 @Deprecated
    45 @Deprecated
    46 public class HtmlDocument extends Content {
    46 public class HtmlDocument extends Content {
    47 
    47 
    48     private List<Content> docContent = Collections.<Content>emptyList();
    48     private List<Content> docContent = Collections.emptyList();
    49 
    49 
    50     /**
    50     /**
    51      * Constructor to construct an HTML document.
    51      * Constructor to construct an HTML document.
    52      *
    52      *
    53      * @param docType document type for the HTML document
    53      * @param docType document type for the HTML document