mirror of https://github.com/apache/activemq.git
fixed typeo
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@541260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9d53c53dc8
commit
72cee90f7a
|
@ -1514,7 +1514,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
|
|||
}
|
||||
|
||||
/**
|
||||
* Enables the timemout from a connection creation to when a warning is generated
|
||||
* Enables the timeout from a connection creation to when a warning is generated
|
||||
* if the connection is not properly started via {@link #start()}. It is a very
|
||||
* common gotcha to forget to
|
||||
* <a href="http://activemq.apache.org/i-am-not-receiving-any-messages-what-is-wrong.html">start the connection</a>
|
||||
|
|
|
@ -765,7 +765,7 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne
|
|||
}
|
||||
|
||||
/**
|
||||
* Enables the timemout from a connection creation to when a warning is generated
|
||||
* Enables the timeout from a connection creation to when a warning is generated
|
||||
* if the connection is not properly started via {@link Connection#start()}. It is a very
|
||||
* common gotcha to forget to
|
||||
* <a href="http://activemq.apache.org/i-am-not-receiving-any-messages-what-is-wrong.html">start the connection</a>
|
||||
|
|
Loading…
Reference in New Issue