Spelling fixes

This commit is contained in:
Ville Skyttä 2016-09-30 09:23:17 +03:00 committed by Clebert Suconic
parent 8cd677b206
commit 1714f8a76d
4 changed files with 4 additions and 4 deletions

View File

@ -112,7 +112,7 @@ public class ActiveMQConsumerResource extends AbstractActiveMQClientResource {
}
/**
* Enable/Disable the automatic creation of non-existant queues. The default is to automatically create non-existant queues
* Enable/Disable the automatic creation of non-existent queues. The default is to automatically create non-existent queues
*
* @param autoCreateQueue
*/

View File

@ -31,7 +31,7 @@ import org.apache.activemq.artemis.core.server.ActiveMQScheduledComponent;
import org.jboss.logging.Logger;
/**
* This will keep a list of fileStores. It will make a comparisson on all file stores registered. if any is over the limit,
* This will keep a list of fileStores. It will make a comparison on all file stores registered. if any is over the limit,
* all Callbacks will be called with over.
*
* For instance: if Large Messages folder is registered on a different folder and it's over capacity,

View File

@ -2220,7 +2220,7 @@ public class QueueImpl implements Queue {
acknowledge(tx, ref);
}
@SuppressWarnings({"ArrayToString", "ArrayToStringConcatentation"})
@SuppressWarnings({"ArrayToString", "ArrayToStringConcatenation"})
private void moveBetweenSnFQueues(final SimpleString queueSuffix,
final Transaction tx,
final MessageReference ref) throws Exception {

View File

@ -138,7 +138,7 @@ specific features into Apache ActiveMQ Artemis.
### Connection Monitoring
OpenWire has a few paramters to control how each connection is monitored, they are:
OpenWire has a few parameters to control how each connection is monitored, they are:
* maxInactivityDuration:
It specifies the time (milliseconds) after which the connection is closed by the broker if no data was received.