|
From: <cy...@us...> - 2003-07-26 10:43:24
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler
In directory sc8-pr-cvs1:/tmp/cvs-serv10698
Modified Files:
Tag: b0931
Request.java
Log Message:
Incorrect Javadoc description about sendReliably().
Index: Request.java
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler/Request.java,v
retrieving revision 1.63.2.6
retrieving revision 1.63.2.7
diff -C2 -d -r1.63.2.6 -r1.63.2.7
*** Request.java 20 May 2003 08:57:10 -0000 1.63.2.6
--- Request.java 25 Jul 2003 16:00:35 -0000 1.63.2.7
***************
*** 1264,1269 ****
*
* @param ebxmlMessage Message to be sent.
! * @param signed true if the message should be signed;
! * false otherwise.
* @throws RequestException
*/
--- 1264,1269 ----
*
* @param ebxmlMessage Message to be sent.
! * @param signed true if the acknowledgment response
! * should be signed; false otherwise.
* @throws RequestException
*/
|