--- old/src/java.xml/share/classes/javax/xml/stream/events/StartElement.java 2016-12-15 10:07:00.246582865 -0800 +++ new/src/java.xml/share/classes/javax/xml/stream/events/StartElement.java 2016-12-15 10:07:00.118576471 -0800 @@ -1,4 +1,5 @@ /* + * Copyright (c) 2009, 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 @@ -22,16 +23,10 @@ * questions. */ -/* - * Copyright (c) 2009 by Oracle Corporation. All Rights Reserved. - */ - package javax.xml.stream.events; import javax.xml.namespace.QName; import javax.xml.namespace.NamespaceContext; - -import java.util.Map; import java.util.Iterator; /** @@ -62,7 +57,7 @@ * @return a readonly Iterator over Attribute interfaces, or an * empty iterator */ - public Iterator getAttributes(); + public Iterator getAttributes(); /** * Returns an Iterator of namespaces declared on this element. @@ -87,7 +82,7 @@ * empty iterator * */ - public Iterator getNamespaces(); + public Iterator getNamespaces(); /** * Returns the attribute referred to by this name