jdk/src/share/classes/javax/swing/text/html/parser/AttributeList.java
changeset 23697 e556a715949f
parent 5506 202f599c92aa
child 24494 67129b9360d2
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    42  *
    42  *
    43  * @see         Element
    43  * @see         Element
    44  * @author      Arthur Van Hoff
    44  * @author      Arthur Van Hoff
    45  *
    45  *
    46  */
    46  */
       
    47 @SuppressWarnings("serial") // Same-version serialization only
    47 public final
    48 public final
    48 class AttributeList implements DTDConstants, Serializable {
    49 class AttributeList implements DTDConstants, Serializable {
    49     public String name;
    50     public String name;
    50     public int type;
    51     public int type;
    51     public Vector<?> values;
    52     public Vector<?> values;