/[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 by audriusa, Thu Mar 10 12:10:38 2005 UTC revision 1.2 by mkoch, Tue Apr 12 16:54:34 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  
changed lines
  Added in v.1.2

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