mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-1706 - fix up doc comment
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1297025 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0efaaecfd1
commit
09ff99fbfa
|
@ -2058,7 +2058,7 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
|
|||
*
|
||||
* @param asyncDispatch If true then consumers created on this connection
|
||||
* will default to having their messages dispatched
|
||||
* asynchronously. The default value is false.
|
||||
* asynchronously. The default value is true.
|
||||
*/
|
||||
public void setDispatchAsync(boolean asyncDispatch) {
|
||||
this.dispatchAsync = asyncDispatch;
|
||||
|
|
|
@ -778,7 +778,7 @@ public class ActiveMQConnectionFactory extends JNDIBaseStorable implements Conne
|
|||
*
|
||||
* @param asyncDispatch If true then consumers created on this connection
|
||||
* will default to having their messages dispatched
|
||||
* asynchronously. The default value is false.
|
||||
* asynchronously. The default value is true.
|
||||
*/
|
||||
public void setDispatchAsync(boolean asyncDispatch) {
|
||||
this.dispatchAsync = asyncDispatch;
|
||||
|
|
Loading…
Reference in New Issue