langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/util/DocPaths.java
changeset 38617 d93a7f64e231
parent 36526 3b41f1c69604
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    33  *  This code and its internal interfaces are subject to change or
    33  *  This code and its internal interfaces are subject to change or
    34  *  deletion without notice.</b>
    34  *  deletion without notice.</b>
    35  *
    35  *
    36  * @since 8
    36  * @since 8
    37  */
    37  */
       
    38 @Deprecated
    38 public class DocPaths {
    39 public class DocPaths {
    39 
    40 
    40     /** The name of the file for all classes, using frames. */
    41     /** The name of the file for all classes, using frames. */
    41     public static final DocPath ALLCLASSES_FRAME = DocPath.create("allclasses-frame.html");
    42     public static final DocPath ALLCLASSES_FRAME = DocPath.create("allclasses-frame.html");
    42 
    43