Author: tabish
Date: Tue Feb  8 22:35:26 2011
New Revision: 1068650

URL: http://svn.apache.org/viewvc?rev=1068650&view=rev
Log:
Fix incorrect API docs

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h?rev=1068650&r1=1068649&r2=1068650&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h 
(original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/BytesMessage.h Tue 
Feb  8 22:35:26 2011
@@ -462,8 +462,7 @@ namespace cms{
          *
          * @throws CMSException - if the CMS provider fails to read the 
message due to
          *                        some internal error.
-         * @throws MessageEOFException - if unexpected end of bytes stream has 
been reached.
-         * @throws MessageNotReadableException - if the message is in 
write-only mode.
+         * @throws MessageNotWriteableException - if the message is in 
read-only mode.
          */
         virtual void writeUTF( const std::string& value ) = 0;
 


Reply via email to