Skip to content
This repository was archived by the owner on May 11, 2018. It is now read-only.

Commit 7d50f4e

Browse files
committed
Fix #304 typo in exception message
1 parent 6792eb6 commit 7d50f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mq/main/mq-jmsra/jmsra-ra/src/main/java/com/sun/messaging/jms/ra/LocalTransaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public LocalTransaction(com.sun.messaging.jms.ra.ManagedConnection mc, Connectio
134134
if (!xac._isClosed()) {
135135
xac.getProtocolHandler().rollback(transactionID, null);
136136
} else {
137-
ResourceException re = new EISSystemException("MQRA:LT:rillbackTransaction exception:Connection is closed");
137+
ResourceException re = new EISSystemException("MQRA:LT:rollbackTransaction exception:Connection is closed");
138138
throw re;
139139
}
140140
} catch (Exception ex) {

0 commit comments

Comments
 (0)