--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/pipe/DumpTube.java 2015-09-19 13:16:18.593008259 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/pipe/DumpTube.java 2015-09-19 13:16:18.437007485 +0300 @@ -119,7 +119,7 @@ * Wraps {@link XMLStreamWriter} by an indentation engine if possible. * *

- * We can do this only when we have stax-utils.jar in the classpath. + * We can do this only when we have {@code stax-utils.jar} in the classpath. */ private XMLStreamWriter createIndenter(XMLStreamWriter writer) { try {