git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1129227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2011-05-30 15:47:20 +00:00
parent da0b3b5335
commit 0fc20ee183
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class ManagedTransactionContext extends TransactionContext {
public void setUseSharedTxContext(boolean enable) throws JMSException {
if (isInLocalTransaction() || isInXATransaction()) {
throw new JMSException("The resource is allready being used in transaction context.");
throw new JMSException("The resource is already being used in transaction context.");
}
useSharedTxContext = enable;
}