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

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

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

revision 1.2 by audriusa, Mon Mar 14 15:59:08 2005 UTC revision 1.3 by mkoch, Tue Apr 12 16:54:33 2005 UTC
# Line 42  import gnu.javax.swing.text.html.parser. Line 42  import gnu.javax.swing.text.html.parser.
42    
43  import java.io.Serializable;  import java.io.Serializable;
44    
 import java.util.Vector;  
45  import java.util.Enumeration;  import java.util.Enumeration;
46    import java.util.Vector;
47    
48  /**  /**
49   * <p>   * <p>
# Line 69  import java.util.Enumeration; Line 69  import java.util.Enumeration;
69   * </p>   * </p>
70   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
71   */   */
72  public class AttributeList  public final class AttributeList
73    implements DTDConstants, Serializable    implements DTDConstants, Serializable
74  {  {
75    /** Maps between type names and they string values. */    /** Maps between type names and they string values. */
76    private final static gnuStringIntMapper mapper =    private static final gnuStringIntMapper mapper =
77      new gnuStringIntMapper()      new gnuStringIntMapper()
78      {      {
79        protected void create()        protected void create()
# Line 97  public class AttributeList Line 97  public class AttributeList
97      };      };
98    
99    /** Use serialVersionUID for interoperability. */    /** Use serialVersionUID for interoperability. */
100    private final static long serialVersionUID = -1361214058742015233L;    private static final long serialVersionUID = -1361214058742015233L;
101    
102    /**    /**
103     * The value of ( = pointer to ) the next attribute in the linked list,     * The value of ( = pointer to ) the next attribute in the linked list,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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