src/share/classes/com/sun/tools/doclets/internal/toolkit/util/DocFileFactory.java

changeset 1442
fcf89720ae71
parent 1413
bdcef2ef52d2
child 2525
2eb010b6cb22
equal deleted inserted replaced
1441:c78acf6c2f3e 1442:fcf89720ae71
44 * deletion without notice.</b> 44 * deletion without notice.</b>
45 * 45 *
46 * @since 1.8 46 * @since 1.8
47 */ 47 */
48 abstract class DocFileFactory { 48 abstract class DocFileFactory {
49 private static Map<Configuration, DocFileFactory> factories = 49 private static final Map<Configuration, DocFileFactory> factories =
50 new WeakHashMap<Configuration, DocFileFactory>(); 50 new WeakHashMap<Configuration, DocFileFactory>();
51 51
52 /** 52 /**
53 * 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
54 * configuration. 54 * configuration.

mercurial