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
*/