Author: heiko.braun(a)jboss.com
Date: 2007-05-29 10:56:43 -0400 (Tue, 29 May 2007)
New Revision: 3286
Modified:
trunk/jbossws-core/src/main/java/javax/xml/ws/Service.java
Log:
Fix typo
Modified: trunk/jbossws-core/src/main/java/javax/xml/ws/Service.java
===================================================================
--- trunk/jbossws-core/src/main/java/javax/xml/ws/Service.java 2007-05-29 14:55:55 UTC
(rev 3285)
+++ trunk/jbossws-core/src/main/java/javax/xml/ws/Service.java 2007-05-29 14:56:43 UTC
(rev 3286)
@@ -710,7 +710,7 @@
* The specified WSDL document location and service qualified name MUST
* uniquely identify a <code>wsdl:service</code> element.
*
- * @param wsdlDocumentLocation URL for the WSDL document location
+ * @param wsdlLocation URL for the WSDL document location
* for the service
* @param serviceName QName for the service
* @throws WebServiceException If any error in creation of the
Show replies by date