--- old/src/java.xml.ws/share/classes/javax/xml/soap/SOAPException.java 2015-09-19 13:16:19.617013336 +0300 +++ new/src/java.xml.ws/share/classes/javax/xml/soap/SOAPException.java 2015-09-19 13:16:19.473012622 +0300 @@ -141,7 +141,7 @@ * @param cause the {@code Throwable} object that caused this * {@code SOAPException} object to be thrown. The value of this * parameter is saved for later retrieval by the - * {@link #getCause()} method. A null value is + * {@link #getCause()} method. A {@code null} value is * permitted and indicates that the cause is nonexistent or * unknown. * @return a reference to this {@code SOAPException} instance