langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/Configuration.java
changeset 35420 9303ae941f69
parent 35419 6adb831721fe
child 36037 688096b6bcc4
equal deleted inserted replaced
35419:6adb831721fe 35420:9303ae941f69
   308 
   308 
   309     // The following three fields provide caches for use by all instances of VisibleMemberMap.
   309     // The following three fields provide caches for use by all instances of VisibleMemberMap.
   310     public final Map<ClassDoc, ProgramElementDoc[]> propertiesCache = new HashMap<>();
   310     public final Map<ClassDoc, ProgramElementDoc[]> propertiesCache = new HashMap<>();
   311     public final Map<ProgramElementDoc, ProgramElementDoc> classPropertiesMap = new HashMap<>();
   311     public final Map<ProgramElementDoc, ProgramElementDoc> classPropertiesMap = new HashMap<>();
   312     public final Map<ProgramElementDoc, GetterSetter> getterSetterMap = new HashMap<>();
   312     public final Map<ProgramElementDoc, GetterSetter> getterSetterMap = new HashMap<>();
       
   313 
       
   314     public DocFileFactory docFileFactory;
   313 
   315 
   314     /**
   316     /**
   315      * Constructor. Constructs the message retriever with resource file.
   317      * Constructor. Constructs the message retriever with resource file.
   316      */
   318      */
   317     public Configuration() {
   319     public Configuration() {