# HG changeset patch # User lana # Date 1387838629 28800 # Node ID fad4b4d28599ba00bcbef7f10cd4c5a4d65f93ac # Parent 51d5d5eef0d8a14e196cc07dbf05130f3c3ed9c8# Parent 9c7e3a68dc77279be5d4e633fed5176c55acb3f3 Merge diff -r 51d5d5eef0d8 -r fad4b4d28599 src/javax/xml/stream/XMLOutputFactory.java --- a/src/javax/xml/stream/XMLOutputFactory.java Thu Dec 19 17:23:51 2013 -0800 +++ b/src/javax/xml/stream/XMLOutputFactory.java Mon Dec 23 14:43:49 2013 -0800 @@ -241,11 +241,10 @@ * factory class name that provides implementation of the factory. * *

- * Note that this is a new method that replaces the deprecated + * Note that this is a new method that replaces the deprecated * {@link #newInstance(java.lang.String, java.lang.ClassLoader) * newInstance(String factoryId, ClassLoader classLoader)} method. - * No changes in behavior are defined by this replacement method relative - * to the deprecated method. + * The original method was incorrectly defined to return XMLInputFactory. *

* * @param factoryId Name of the factory to find, same as