--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/BindingIDFactory.java 2015-09-19 13:15:57.508903708 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/BindingIDFactory.java 2015-09-19 13:15:57.372903034 +0300 @@ -36,7 +36,7 @@ *

* When the JAX-WS RI is asked to parse a binding ID string into a {@link BindingID} * object, it uses service idiom to look for the implementations of this class - * in the META-INF/services/.... + * in the {@code META-INF/services/...}. * * @since JAX-WS 2.0.next * @author Kohsuke Kawaguchi