--- old/src/java.xml/share/classes/javax/xml/stream/util/EventReaderDelegate.java 2016-12-15 10:07:01.186629857 -0800 +++ new/src/java.xml/share/classes/javax/xml/stream/util/EventReaderDelegate.java 2016-12-15 10:07:01.058623456 -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,17 +23,10 @@ * questions. */ -/* - * Copyright (c) 2009 by Oracle Corporation. All Rights Reserved. - */ - package javax.xml.stream.util; -import javax.xml.namespace.QName; -import javax.xml.namespace.NamespaceContext; import javax.xml.stream.XMLEventReader; import javax.xml.stream.events.XMLEvent; -import javax.xml.stream.Location; import javax.xml.stream.XMLStreamException; /**