langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/util/DocFileFactory.java
changeset 38617 d93a7f64e231
parent 36526 3b41f1c69604
equal deleted inserted replaced
38616:31e503b8ea65 38617:d93a7f64e231
    43  *  This code and its internal interfaces are subject to change or
    43  *  This code and its internal interfaces are subject to change or
    44  *  deletion without notice.</b>
    44  *  deletion without notice.</b>
    45  *
    45  *
    46  * @since 1.8
    46  * @since 1.8
    47  */
    47  */
       
    48 @Deprecated
    48 abstract class DocFileFactory {
    49 abstract class DocFileFactory {
    49     private static final Map<Configuration, DocFileFactory> factories = new WeakHashMap<>();
    50     private static final Map<Configuration, DocFileFactory> factories = new WeakHashMap<>();
    50 
    51 
    51     /**
    52     /**
    52      * Get the appropriate factory, based on the file manager given in the
    53      * Get the appropriate factory, based on the file manager given in the