[hornetq-commits] JBoss hornetq SVN: r10788 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 9 15:11:41 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-09 15:11:40 -0400 (Thu, 09 Jun 2011)
New Revision: 10788

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/ClientSessionImpl.java
Log:
HORNETQ-718 - typo

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/ClientSessionImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/ClientSessionImpl.java	2011-06-08 14:46:55 UTC (rev 10787)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/client/impl/ClientSessionImpl.java	2011-06-09 19:11:40 UTC (rev 10788)
@@ -1281,7 +1281,7 @@
       }
       catch (HornetQException e)
       {
-         ClientSessionImpl.log.error("Caught jmsexecptione ", e);
+         ClientSessionImpl.log.error("Caught Exception ", e);
          // This should never occur
          throw new XAException(XAException.XAER_RMERR);
       }



More information about the hornetq-commits mailing list