--- old/src/java.xml.ws/share/classes/javax/xml/soap/SOAPHeader.java 2017-10-24 14:21:46.400129903 +0100 +++ new/src/java.xml.ws/share/classes/javax/xml/soap/SOAPHeader.java 2017-10-24 14:21:46.116129904 +0100 @@ -188,11 +188,11 @@ /** * Creates a new Upgrade {@code SOAPHeaderElement} object initialized - * with the specified String Iterator of supported SOAP URIs and adds - * it to this {@code SOAPHeader} object. + * with the specified List of supported SOAP URIs and adds it to this + * {@code SOAPHeader} object. * This operation is supported on both SOAP 1.1 and SOAP 1.2 header. * - * @param supportedSOAPURIs an URI Strings {@code Iterator} of SOAP + * @param supportedSOAPURIs an {@code Iterator} object with the URIs of SOAP * versions supported. * @return the new {@code SOAPHeaderElement} object that was * inserted into this {@code SOAPHeader} object