removed some duff javadoc

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-09-29 15:22:49 +00:00
parent 72491912ad
commit a8abf2e391
1 changed files with 1 additions and 7 deletions

View File

@ -1368,9 +1368,6 @@ public class ActiveMQSession implements Session, QueueSession, TopicSession, Sta
* <P>
* Messages that have been received but not acknowledged may be redelivered.
*
* @param caller -
* the message calling acknowledge on the session
*
* @throws JMSException
* if the JMS provider fails to acknowledge the messages due to
* some internal error.
@ -1388,8 +1385,7 @@ public class ActiveMQSession implements Session, QueueSession, TopicSession, Sta
/**
* Add a message consumer.
* @param id
*
*
* @param consumer -
* message consumer.
* @throws JMSException
@ -1492,8 +1488,6 @@ public class ActiveMQSession implements Session, QueueSession, TopicSession, Sta
* message priority.
* @param timeToLive -
* message expiration.
* @param reuseMessageId -
* true if the message id will be reused.
* @throws JMSException
*/
protected void send(ActiveMQMessageProducer producer, ActiveMQDestination destination, Message message, int deliveryMode,