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

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

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

revision 1.1.2.1 by gnu_andrew, Sun Mar 13 14:38:43 2005 UTC revision 1.1.2.2 by gnu_andrew, Mon Apr 18 01:37:41 2005 UTC
# Line 65  public final class Element Line 65  public final class Element
65    /**    /**
66     * Package level mapper between type names and they string values.     * Package level mapper between type names and they string values.
67     */     */
68    final static gnuStringIntMapper mapper =    static final gnuStringIntMapper mapper =
69      new gnuStringIntMapper()      new gnuStringIntMapper()
70      {      {
71        protected void create()        protected void create()
# Line 78  public final class Element Line 78  public final class Element
78      };      };
79    
80    /** Use serialVersionUID for interoperability. */    /** Use serialVersionUID for interoperability. */
81    private final static long serialVersionUID = -6717939384601675586L;    private static final long serialVersionUID = -6717939384601675586L;
82    
83    /**    /**
84     * The element attributes.     * The element attributes.

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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