--- old/src/java.xml.ws/share/classes/javax/xml/soap/SOAPException.java 2015-10-16 12:58:46.000000000 +0200 +++ new/src/java.xml.ws/share/classes/javax/xml/soap/SOAPException.java 2015-10-16 12:58:46.000000000 +0200 @@ -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 {@code null} value is + * {@link #getCause()} method. A null value is * permitted and indicates that the cause is nonexistent or * unknown. * @return a reference to this {@code SOAPException} instance