You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2006/10/06 20:28:29 UTC

svn commit: r453725 - /incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java

Author: jstrachan
Date: Fri Oct  6 11:28:29 2006
New Revision: 453725

URL: http://svn.apache.org/viewvc?view=rev&rev=453725
Log:
fixed a few javadoc errors

Modified:
    incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java

Modified: incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java?view=diff&rev=453725&r1=453724&r2=453725
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java (original)
+++ incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/messaging/DeliveryChannelImpl.java Fri Oct  6 11:28:29 2006
@@ -82,9 +82,6 @@
 
     /**
      * Constructor
-     * 
-     * @param container
-     * @param componentName
      */
     public DeliveryChannelImpl(ComponentMBeanImpl component) {
         this.component = component;
@@ -415,7 +412,7 @@
      * routes a MessageExchange
      * 
      * @param messageExchange
-     * @param timeoutMS
+     * @param timeout
      * @return true if processed
      * @throws MessagingException
      */
@@ -768,7 +765,6 @@
      * If the jbi container configured to do so, the message exchange will
      * automatically be enlisted in the current transaction, if exists. 
      * 
-     * @param messageExchange
      * @throws MessagingException
      */
     protected void autoEnlistInTx(MessageExchangeImpl me) throws MessagingException {