--- old/src/java.xml/share/classes/org/xml/sax/helpers/AttributeListImpl.java 2017-06-14 09:48:40.341458334 -0700 +++ new/src/java.xml/share/classes/org/xml/sax/helpers/AttributeListImpl.java 2017-06-14 09:48:39.229402789 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -87,6 +87,7 @@ * @see org.xml.sax.AttributeList * @see org.xml.sax.DocumentHandler#startElement */ +@Deprecated(since="1.5") public class AttributeListImpl implements AttributeList {