Commit b365037f authored by Jesse Wilson's avatar Jesse Wilson
Browse files

Add @Deprecated to match @deprecated where it's missing in libcore.

Change-Id: Icd07496c4d1371215a2153198d45d6aa719b26b7
parent aa37a8aa
......@@ -69,6 +69,7 @@ package org.xml.sax;
* @see org.xml.sax.DocumentHandler#startElement startElement
* @see org.xml.sax.helpers.AttributeListImpl AttributeListImpl
*/
@Deprecated
public interface AttributeList {
......
......@@ -44,6 +44,7 @@ package org.xml.sax;
* @see org.xml.sax.Locator
* @see org.xml.sax.HandlerBase
*/
@Deprecated
public interface DocumentHandler {
......
......@@ -42,6 +42,7 @@ package org.xml.sax;
* @see org.xml.sax.DocumentHandler
* @see org.xml.sax.ErrorHandler
*/
@Deprecated
public class HandlerBase
implements EntityResolver, DTDHandler, DocumentHandler, ErrorHandler
{
......
......@@ -49,6 +49,7 @@ import java.util.Locale;
* @see org.xml.sax.HandlerBase
* @see org.xml.sax.InputSource
*/
@Deprecated
public interface Parser
{
......
......@@ -62,6 +62,7 @@ import org.xml.sax.AttributeList;
* @see org.xml.sax.AttributeList
* @see org.xml.sax.DocumentHandler#startElement
*/
@Deprecated
public class AttributeListImpl implements AttributeList
{
......
......@@ -40,6 +40,7 @@ import org.xml.sax.Parser;
* @author David Megginson
* @version 2.0.1 (sax2r2)
*/
@Deprecated
public class ParserFactory {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment