--- old/src/java.xml.ws/share/classes/javax/xml/ws/spi/Provider.java 2015-04-21 17:20:20.848098472 +0400 +++ new/src/java.xml.ws/share/classes/javax/xml/ws/spi/Provider.java 2015-04-21 17:20:20.756098472 +0400 @@ -37,9 +37,8 @@ import org.w3c.dom.Element; /** - * Service provider for ServiceDelegate and - * Endpoint objects. - *

+ * Service provider for {@code ServiceDelegate} and + * {@code Endpoint} objects. * * @since 1.6, JAX-WS 2.0 */ @@ -47,14 +46,14 @@ /** * A constant representing the property used to lookup the - * name of a Provider implementation + * name of a {@code Provider} implementation * class. */ static public final String JAXWSPROVIDER_PROPERTY = "javax.xml.ws.spi.Provider"; /** * A constant representing the name of the default - * Provider implementation class. + * {@code Provider} implementation class. **/ // Using two strings so that package renaming doesn't change it static final String DEFAULT_JAXWSPROVIDER @@ -72,22 +71,21 @@ *

* The algorithm used to locate the provider subclass to use consists * of the following steps: - *

*