|
From: <kc...@us...> - 2003-06-13 06:49:28
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/packaging
In directory sc8-pr-cvs1:/tmp/cvs-serv9524/packaging
Modified Files:
PayloadContainer.java
Log Message:
added comment
Index: PayloadContainer.java
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/packaging/PayloadContainer.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** PayloadContainer.java 13 Jun 2003 06:44:37 -0000 1.9
--- PayloadContainer.java 13 Jun 2003 06:49:25 -0000 1.10
***************
*** 194,198 ****
/**
! * Get the content length of this payload
* @return content length of this payload
*/
--- 194,202 ----
/**
! * Get the content length of this payload. Note that the content length
! * returned will be -1 if this container is not created from
! * AttachmentDataSource. Also, the length returned does not take
! * Content-Transfer-Encoding into account, if any.
! *
* @return content length of this payload
*/
|