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:
James Strachan 2006-10-18 13:55:53 +00:00
parent 27f15fd9c5
commit d96a43d400
3 changed files with 2 additions and 4 deletions

View File

@ -132,7 +132,6 @@ public class ActiveMQMessageConsumer implements MessageAvailableConsumer, StatsC
* @param noLocal * @param noLocal
* @param browser * @param browser
* @param dispatchAsync * @param dispatchAsync
* @param value
* @throws JMSException * @throws JMSException
*/ */
public ActiveMQMessageConsumer(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination dest, 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 * Acknowledge all the messages that have been delivered to the client upto
* this point. * this point.
* *
* @param deliverySequenceId
* @throws JMSException * @throws JMSException
*/ */
public void acknowledge() throws JMSException { public void acknowledge() throws JMSException {

View File

@ -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){ public void setOptimizeDurableTopicPrefetch(int optimizeAcknowledgePrefetch){
this.optimizeDurableTopicPrefetch=optimizeAcknowledgePrefetch; this.optimizeDurableTopicPrefetch=optimizeAcknowledgePrefetch;

View File

@ -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){ public void setJmsBridgeConnectors(JmsConnector[] jmsConnectors){
this.jmsBridgeConnectors=jmsConnectors; this.jmsBridgeConnectors=jmsConnectors;