Author: heiko.braun(a)jboss.com
Date: 2006-11-07 05:12:54 -0500 (Tue, 07 Nov 2006)
New Revision: 1407
Modified:
branches/jbossws-1.0/src/main/java/javax/jws/WebParam.java
branches/jbossws-1.0/src/main/java/javax/jws/WebResult.java
branches/jbossws-1.0/src/main/java/javax/jws/WebService.java
Log:
Fixed special chars in javadoc
Modified: branches/jbossws-1.0/src/main/java/javax/jws/WebParam.java
===================================================================
--- branches/jbossws-1.0/src/main/java/javax/jws/WebParam.java 2006-11-07 01:35:50 UTC
(rev 1406)
+++ branches/jbossws-1.0/src/main/java/javax/jws/WebParam.java 2006-11-07 10:12:54 UTC
(rev 1407)
@@ -69,7 +69,7 @@
/**
* The XML namespace for the parameter.
*
- * Only used if the operation is document style or the paramater maps to a header. If
the target namespace is set to “”, this represents the empty namespace.
+ * Only used if the operation is document style or the paramater maps to a header. If
the target namespace is set to '', this represents the empty namespace.
*
* Specification Default:
* If the operation is document style, the parameter style is WRAPPED, and the
parameter does not map to a header, the empty namespace.
Modified: branches/jbossws-1.0/src/main/java/javax/jws/WebResult.java
===================================================================
--- branches/jbossws-1.0/src/main/java/javax/jws/WebResult.java 2006-11-07 01:35:50 UTC
(rev 1406)
+++ branches/jbossws-1.0/src/main/java/javax/jws/WebResult.java 2006-11-07 10:12:54 UTC
(rev 1407)
@@ -48,8 +48,8 @@
* If the operation is document style or the return value maps to a header, this is
the local name of the XML element representing the return value.
*
* Specification Default:
- * If the operation is document style and the parameter style is BARE,
@WebParam.operationName+”Response”.
- * Otherwise, “return.”
+ * If the operation is document style and the parameter style is BARE,
@WebParam.operationName+'Response'.
+ * Otherwise, 'return.'
*/
String name() default "";
@@ -62,7 +62,7 @@
/**
* The XML namespace for the return value.
*
- * Only used if the operation is document style or the return value maps to a header.
If the target namespace is set to “”, this represents the empty namespace.
+ * Only used if the operation is document style or the return value maps to a header.
If the target namespace is set to '', this represents the empty namespace.
*
* Specification Default:
* If the operation is document style, the parameter style is WRAPPED, and the
return value does not map to a header, the empty namespace.
Modified: branches/jbossws-1.0/src/main/java/javax/jws/WebService.java
===================================================================
--- branches/jbossws-1.0/src/main/java/javax/jws/WebService.java 2006-11-07 01:35:50 UTC
(rev 1406)
+++ branches/jbossws-1.0/src/main/java/javax/jws/WebService.java 2006-11-07 10:12:54 UTC
(rev 1407)
@@ -52,7 +52,7 @@
* Used as the name of the wsdl:port when mapped to WSDL 1.1.
* This member-value is not allowed on endpoint interfaces.
* Specification Default:
- * @WebService.name + ”Port”.
+ * @WebService.name + 'Port'.
*/
String portName() default "";
@@ -78,7 +78,7 @@
* This member-value is not allowed on endpoint interfaces.
*
* Specification Default:
- * The simple name of the Java class + “Service".
+ * The simple name of the Java class + 'Service".
*/
String serviceName() default "";
Show replies by date