--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/SOAPExceptionImpl.java 2015-09-19 13:15:56.024896349 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/SOAPExceptionImpl.java 2015-09-19 13:15:55.884895655 +0300 @@ -144,7 +144,7 @@ * @param cause the Throwable object that caused this * SOAPExceptionImpl 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 SOAPExceptionImpl instance