langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/LinkInfoImpl.java
changeset 38617 d93a7f64e231
parent 34752 9c262a013456
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    35  *  <p><b>This is NOT part of any supported API.
    35  *  <p><b>This is NOT part of any supported API.
    36  *  If you write code that depends on this, you do so at your own risk.
    36  *  If you write code that depends on this, you do so at your own risk.
    37  *  This code and its internal interfaces are subject to change or
    37  *  This code and its internal interfaces are subject to change or
    38  *  deletion without notice.</b>
    38  *  deletion without notice.</b>
    39  */
    39  */
       
    40 @Deprecated
    40 public class LinkInfoImpl extends LinkInfo {
    41 public class LinkInfoImpl extends LinkInfo {
    41 
    42 
    42     public enum Kind {
    43     public enum Kind {
    43         DEFAULT,
    44         DEFAULT,
    44 
    45