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/02 14:43:10 UTC

svn commit: r452005 - /incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/AsyncBaseLifeCycle.java

Author: jstrachan
Date: Mon Oct  2 05:43:09 2006
New Revision: 452005

URL: http://svn.apache.org/viewvc?view=rev&rev=452005
Log:
minor javadoc fix

Modified:
    incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/AsyncBaseLifeCycle.java

Modified: incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/AsyncBaseLifeCycle.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/AsyncBaseLifeCycle.java?view=diff&rev=452005&r1=452004&r2=452005
==============================================================================
--- incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/AsyncBaseLifeCycle.java (original)
+++ incubator/servicemix/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/AsyncBaseLifeCycle.java Mon Oct  2 05:43:09 2006
@@ -507,7 +507,7 @@
     /**
      * Handle an exchange sent to an EPR resolved by this component
      * 
-     * @param exchange
+     * @param ep the service endpoint
      * @return an endpoint to use for handling the exchange
      * @throws Exception
      */