changeset 547:fad4b4d28599

Merge
author lana
date Mon, 23 Dec 2013 14:43:49 -0800
parents 51d5d5eef0d8 (current diff) 9c7e3a68dc77 (diff)
children 93bf25903af0
files
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
    *
    * <p>
-   * 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.
    * </p>
    *
    * @param factoryId             Name of the factory to find, same as