[jboss-cvs] JBoss Messaging SVN: r3432 - branches/Branch_MC_Integration_New/src/main/org/jboss/jms/message.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 6 13:26:34 EST 2007


Author: ataylor
Date: 2007-12-06 13:26:34 -0500 (Thu, 06 Dec 2007)
New Revision: 3432

Modified:
   branches/Branch_MC_Integration_New/src/main/org/jboss/jms/message/JBossMessage.java
Log:
fixed search and replace

Modified: branches/Branch_MC_Integration_New/src/main/org/jboss/jms/message/JBossMessage.java
===================================================================
--- branches/Branch_MC_Integration_New/src/main/org/jboss/jms/message/JBossMessage.java	2007-12-06 16:38:05 UTC (rev 3431)
+++ branches/Branch_MC_Integration_New/src/main/org/jboss/jms/message/JBossMessage.java	2007-12-06 18:26:34 UTC (rev 3432)
@@ -383,7 +383,7 @@
    {
       if (jmsMessageID != null && !jmsMessageID.startsWith("ID:"))
       {
-         throw new JMSException("JMSMessageID must startServerPeer with ID:");
+         throw new JMSException("JMSMessageID must start with ID:");
       }
       if (jmsMessageID == null)
       {




More information about the jboss-cvs-commits mailing list