[jboss-svn-commits] JBL Code SVN: r16747 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/src/org/jboss/soa/esb/message.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Nov 22 06:55:21 EST 2007


Author: mark.little at jboss.com
Date: 2007-11-22 06:55:21 -0500 (Thu, 22 Nov 2007)
New Revision: 16747

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/src/org/jboss/soa/esb/message/Body.java
Log:
http://jira.jboss.com/jira/browse/JBESB-1357

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/src/org/jboss/soa/esb/message/Body.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/src/org/jboss/soa/esb/message/Body.java	2007-11-22 08:03:20 UTC (rev 16746)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/rosetta/src/org/jboss/soa/esb/message/Body.java	2007-11-22 11:55:21 UTC (rev 16747)
@@ -135,14 +135,14 @@
 	 * 
 	 * @param content
 	 *            the message bytes
-	 * @deprecated As of 4.2 this has been replaced by add(BytesBody.BYTES_LOCATION, content)
+	 * @deprecated As of 4.2 you can use add(BytesBody.BYTES_LOCATION, content)
 	 */
 
 	public void setContents(byte[] content);
 
 	/**
 	 * @return the byte content of the body.
-	 * @deprecated As of 4.2 this has been replaced by get(BytesBody.BYTES_LOCATION)
+	 * @deprecated As of 4.2 you can use get(BytesBody.BYTES_LOCATION)
 	 */
 
 	public byte[] getContents();
@@ -153,14 +153,14 @@
 	 * 
 	 * @param content
 	 *            the message bytes
-	 * @deprecated As of 4.2 this has been replaced by add(BytesBody.BYTES_LOCATION, content)
+	 * @deprecated As of 4.2 you can use add(BytesBody.BYTES_LOCATION, content)
 	 */
 
 	public void setByteArray(byte[] content);
 
 	/**
 	 * @return the byte content of the body.
-	 * @deprecated As of 4.2 this has been replaced by get(BytesBody.BYTES_LOCATION)
+	 * @deprecated As of 4.2 you can use get(BytesBody.BYTES_LOCATION)
 	 */
 
 	public byte[] getByteArray();




More information about the jboss-svn-commits mailing list