--- old/src/java.xml/share/classes/javax/xml/stream/XMLInputFactory.java 2017-07-17 13:36:56.601512678 -0700 +++ new/src/java.xml/share/classes/javax/xml/stream/XMLInputFactory.java 2017-07-17 13:36:56.469506149 -0700 @@ -209,16 +209,11 @@ *

* Once an application has obtained a reference to a XMLInputFactory it * can use the factory to configure and obtain stream instances. - *

- * Note that this is a new method that replaces the deprecated newInstance() method. - * No changes in behavior are defined by this replacement method relative to - * the deprecated method. * * @throws FactoryConfigurationError in case of {@linkplain * java.util.ServiceConfigurationError service configuration error} or if * the implementation is not available or cannot be instantiated. */ - @Deprecated(since="1.7") public static XMLInputFactory newFactory() throws FactoryConfigurationError {