/[classpath]/classpath/javax/swing/text/html/parser/DTD.java
ViewVC logotype

Diff of /classpath/javax/swing/text/html/parser/DTD.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.6 by gnu_andrew, Wed Nov 2 00:44:05 2005 UTC revision 1.1.2.7 by tromey, Sat Nov 26 05:29:43 2005 UTC
# Line 154  public class DTD Line 154  public class DTD
154    /**    /**
155     * The entity table for accessing all DTD entities by name.     * The entity table for accessing all DTD entities by name.
156     */     */
157    public Hashtable<String,Entity> entityHash = new Hashtable<String,Entity>();    public Hashtable<Object, Entity> entityHash = new Hashtable<Object, Entity>();
158    
159    /**    /**
160     *  The name of this DTD.     *  The name of this DTD.

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26