src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludesImpl.java

Print this page

        

*** 52,62 **** */ public class ReachableExcludesImpl implements ReachableExcludes { private File excludesFile; private long lastModified; ! private Hashtable methods; // Hashtable<String, String>, used as a bag /** * Create a new ReachableExcludesImpl over the given file. The file will be * re-read whenever the timestamp changes. */ --- 52,62 ---- */ public class ReachableExcludesImpl implements ReachableExcludes { private File excludesFile; private long lastModified; ! private Hashtable<String, String> methods; // Used as a bag /** * Create a new ReachableExcludesImpl over the given file. The file will be * re-read whenever the timestamp changes. */