IN PROGRESS - BATCH-85: Many warnings in Javadocs (e.g. missing links and parameter names)

cleaned up the integration module
This commit is contained in:
robokaso
2008-04-22 11:47:01 +00:00
parent 75111fbe01
commit e3fff37d41
2 changed files with 15 additions and 3 deletions

View File

@@ -106,10 +106,10 @@ public class BatchMessageListenerContainer extends DefaultMessageListenerContain
*
* @param session
* @param consumer
* @return
*
* @throws JMSException
*
* @see {@link #receiveMessage(MessageConsumer)}
* @see #receiveMessage(MessageConsumer)
*/
protected ExitStatus doBatchCallBack(Session session, MessageConsumer consumer) throws JMSException {
/*