--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/WSServiceDelegate.java 2015-09-19 13:16:10.016965732 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/WSServiceDelegate.java 2015-09-19 13:16:09.884965078 +0300 @@ -341,8 +341,8 @@ /** * Parses the WSDL and builds {@link com.sun.xml.internal.ws.api.model.wsdl.WSDLModel}. * @param wsdlDocumentLocation - * Either this or wsdl parameter must be given. - * Null location means the system won't be able to resolve relative references in the WSDL, + * Either this or {@code wsdl} parameter must be given. + * Null location means the system won't be able to resolve relative references in the WSDL. */ private WSDLModel parseWSDL(URL wsdlDocumentLocation, Source wsdlSource, Class serviceClass) { try {