owenb 2002/10/24 07:03:30
Modified: java/src/org/apache/wsif WSIFMessage.java
Log:
Minor tweaks to the class Javadoc comment
Revision Changes Path
1.4 +2 -3 xml-axis-wsif/java/src/org/apache/wsif/WSIFMessage.java
Index: WSIFMessage.java
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/WSIFMessage.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WSIFMessage.java 24 Oct 2002 09:11:21 -0000 1.3
+++ WSIFMessage.java 24 Oct 2002 14:03:30 -0000 1.4
@@ -74,15 +74,14 @@
* WSIFMessage interface separates the actual representation of
* the data from the abstract type defined by WSDL.
* <p>
- * WSIFMessage implementations are free to represent the the
+ * WSIFMessage implementations are free to represent the
* actual part data in any way that is convenient to them.
* This could be a simple HashMap as in the WSIFDefaultMessage
* implementation, or it could be something more complex, such
* as a stream or tree representation.
* <p>
* In addition to the containing parts, a WSIFMessage also has
- * a message name. This is required for operation overloading
- * which is supported by WSDL and WSIF.
+ * a message name. This can be used to distinguish between messages.
* <p>
* WSIFMessages are cloneable and serializable. If the parts set are
* not cloneable, the implementation should try to clone them using