--- old/src/java.xml.ws/share/classes/javax/xml/ws/WebServiceException.java 2015-09-19 13:16:20.105015756 +0300 +++ new/src/java.xml.ws/share/classes/javax/xml/ws/WebServiceException.java 2015-09-19 13:16:19.965015062 +0300 @@ -62,13 +62,14 @@ } /** Constructs a new WebServiceException with the specified cause - * and a detail message of (cause==null ? null : - * cause.toString()) (which typically contains the - * class and detail message of cause). + * and a detail message of + * {@code (cause==null ? null : cause.toString())} + * (which typically contains the + * class and detail message of {@code cause}). * * @param cause The cause which is saved for the later * retrieval throw by the getCause method. - * (A null value is permitted, and + * (A {@code null} value is permitted, and * indicates that the cause is nonexistent or * unknown.) **/