--- old/src/java.xml/share/classes/javax/xml/stream/events/EndElement.java 2016-12-15 10:06:56.946417909 -0800 +++ new/src/java.xml/share/classes/javax/xml/stream/events/EndElement.java 2016-12-15 10:06:56.782409711 -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,10 +23,6 @@ * questions. */ -/* - * Copyright (c) 2009 by Oracle Corporation. All Rights Reserved. - */ - package javax.xml.stream.events; import java.util.Iterator; @@ -54,6 +51,6 @@ * @return an Iterator over Namespace interfaces, or an * empty iterator */ - public Iterator getNamespaces(); + public Iterator getNamespaces(); }