langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/util/DocLink.java
changeset 38617 d93a7f64e231
parent 25874 83c19f00452c
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    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  */
    40  */
       
    41 @Deprecated
    41 public class DocLink {
    42 public class DocLink {
    42     final String path;
    43     final String path;
    43     final String query;
    44     final String query;
    44     final String fragment;
    45     final String fragment;
    45 
    46