mirror of https://github.com/apache/activemq.git
some trivial javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@465251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
27f15fd9c5
commit
d96a43d400
|
@ -132,7 +132,6 @@ public class ActiveMQMessageConsumer implements MessageAvailableConsumer, StatsC
|
|||
* @param noLocal
|
||||
* @param browser
|
||||
* @param dispatchAsync
|
||||
* @param value
|
||||
* @throws JMSException
|
||||
*/
|
||||
public ActiveMQMessageConsumer(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination dest,
|
||||
|
@ -737,7 +736,6 @@ public class ActiveMQMessageConsumer implements MessageAvailableConsumer, StatsC
|
|||
* Acknowledge all the messages that have been delivered to the client upto
|
||||
* this point.
|
||||
*
|
||||
* @param deliverySequenceId
|
||||
* @throws JMSException
|
||||
*/
|
||||
public void acknowledge() throws JMSException {
|
||||
|
|
|
@ -116,7 +116,7 @@ public class ActiveMQPrefetchPolicy implements Serializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param optimizeDurableTopicPrefetch The optimizeDurableTopicPrefetch to set.
|
||||
* @param optimizeAcknowledgePrefetch The optimizeDurableTopicPrefetch to set.
|
||||
*/
|
||||
public void setOptimizeDurableTopicPrefetch(int optimizeAcknowledgePrefetch){
|
||||
this.optimizeDurableTopicPrefetch=optimizeAcknowledgePrefetch;
|
||||
|
|
|
@ -720,7 +720,7 @@ public class BrokerService implements Service, Serializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param jmsBridgeConnectors The jmsBridgeConnectors to set.
|
||||
* @param jmsConnectors The jmsBridgeConnectors to set.
|
||||
*/
|
||||
public void setJmsBridgeConnectors(JmsConnector[] jmsConnectors){
|
||||
this.jmsBridgeConnectors=jmsConnectors;
|
||||
|
|
Loading…
Reference in New Issue