jdk/src/share/classes/javax/swing/text/html/parser/ContentModel.java
changeset 23697 e556a715949f
parent 23010 6dadb192ad81
child 24494 67129b9360d2
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, 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
    38  * See Annex H on page 556 of the SGML handbook for more information.
    38  * See Annex H on page 556 of the SGML handbook for more information.
    39  *
    39  *
    40  * @author   Arthur van Hoff
    40  * @author   Arthur van Hoff
    41  *
    41  *
    42  */
    42  */
       
    43 @SuppressWarnings("serial") // Same-version serialization only
    43 public final class ContentModel implements Serializable {
    44 public final class ContentModel implements Serializable {
    44     /**
    45     /**
    45      * Type. Either '*', '?', '+', ',', '|', '&'.
    46      * Type. Either '*', '?', '+', ',', '|', '&'.
    46      */
    47      */
    47     public int type;
    48     public int type;