langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlTree.java
changeset 38617 d93a7f64e231
parent 33920 bd731341c405
child 42828 cce89649f958
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    42  *  This code and its internal interfaces are subject to change or
    42  *  This code and its internal interfaces are subject to change or
    43  *  deletion without notice.</b>
    43  *  deletion without notice.</b>
    44  *
    44  *
    45  * @author Bhavesh Patel
    45  * @author Bhavesh Patel
    46  */
    46  */
       
    47 @Deprecated
    47 public class HtmlTree extends Content {
    48 public class HtmlTree extends Content {
    48 
    49 
    49     private HtmlTag htmlTag;
    50     private HtmlTag htmlTag;
    50     private Map<HtmlAttr,String> attrs = Collections.<HtmlAttr,String>emptyMap();
    51     private Map<HtmlAttr,String> attrs = Collections.<HtmlAttr,String>emptyMap();
    51     private List<Content> content = Collections.<Content>emptyList();
    52     private List<Content> content = Collections.<Content>emptyList();