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

Print this page

        

@@ -52,11 +52,11 @@
  */
 public class ReachableExcludesImpl implements ReachableExcludes {
 
     private File excludesFile;
     private long lastModified;
-    private Hashtable methods;  // Hashtable<String, String>, used as a bag
+    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.
      */