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