--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/PipelineAssemblerFactory.java 2015-09-19 13:16:04.032936059 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/PipelineAssemblerFactory.java 2015-09-19 13:16:03.892935365 +0300 @@ -37,7 +37,7 @@ *

* To create a pipeline, * the JAX-WS runtime locates {@link PipelineAssemblerFactory}s through - * the META-INF/services/com.sun.xml.internal.ws.api.pipe.PipelineAssemblerFactory files. + * the {@code META-INF/services/com.sun.xml.internal.ws.api.pipe.PipelineAssemblerFactory} files. * Factories found are checked to see if it supports the given binding ID one by one, * and the first valid {@link PipelineAssembler} returned will be used to create * a pipeline.