mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 15:08:10 +00:00
fix typo
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1129227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da0b3b5335
commit
0fc20ee183
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user