jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/Entity.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    33 import java.io.CharArrayReader;
    33 import java.io.CharArrayReader;
    34 import java.net.URL;
    34 import java.net.URL;
    35 
    35 
    36 /**
    36 /**
    37  * An entity is described in a DTD using the ENTITY construct.
    37  * An entity is described in a DTD using the ENTITY construct.
    38  * It defines the type and value of the the entity.
    38  * It defines the type and value of the entity.
    39  *
    39  *
    40  * @see DTD
    40  * @see DTD
    41  * @author Arthur van Hoff
    41  * @author Arthur van Hoff
    42  */
    42  */
    43 public final
    43 public final