jaxp/src/javax/xml/stream/XMLEventFactory.java
changeset 22673 382d136fbba2
parent 21997 65d2e8e1d666
--- a/jaxp/src/javax/xml/stream/XMLEventFactory.java	Mon Jan 20 19:53:04 2014 +0000
+++ b/jaxp/src/javax/xml/stream/XMLEventFactory.java	Fri Jan 24 14:17:33 2014 -0800
@@ -157,8 +157,9 @@
    * <li>
    *   If {@code factoryId} is "javax.xml.stream.XMLEventFactory",
    *   use the service-provider loading facilities, defined by the
-   *   {@link java.util.ServiceLoader} class, to attempt to locate and load an
-   *   implementation of the service using the specified {@code ClassLoader}.
+   *   {@link java.util.ServiceLoader} class, to attempt to {@linkplain
+   *   java.util.ServiceLoader#load(java.lang.Class, java.lang.ClassLoader) locate and load}
+   *   an implementation of the service using the specified {@code ClassLoader}.
    *   If {@code classLoader} is null, the {@linkplain
    *   java.util.ServiceLoader#load(java.lang.Class) default loading mechanism} will apply:
    *   That is, the service-provider loading facility will use the {@linkplain