Skip to content

Commit

Permalink
HORNETQ-718 - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Jun 9, 2011
1 parent ee2c5d5 commit b20802e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1281,7 +1281,7 @@ else if (flags == XAResource.TMFAIL)
}
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);
}
Expand Down

0 comments on commit b20802e

Please sign in to comment.