src/java.xml/share/classes/javax/xml/parsers/SAXParser.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    72  * Implementors of this class which wrap an underlying implementation
    72  * Implementors of this class which wrap an underlying implementation
    73  * can consider using the {@link org.xml.sax.helpers.ParserAdapter}
    73  * can consider using the {@link org.xml.sax.helpers.ParserAdapter}
    74  * class to initially adapt their SAX1 implementation to work under
    74  * class to initially adapt their SAX1 implementation to work under
    75  * this revised class.
    75  * this revised class.
    76  *
    76  *
    77  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    77  * @author Jeff Suttor
    78  * @since 1.4
    78  * @since 1.4
    79  */
    79  */
    80 @SuppressWarnings("deprecation")
    80 @SuppressWarnings("deprecation")
    81 public abstract class SAXParser {
    81 public abstract class SAXParser {
    82 
    82