Author: clebert.suconic(a)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);
}