[jboss-svn-commits] JBL Code SVN: r10420 - labs/jbossesb/branches/JBESB_4_0_MP1/product/core/listeners/src/org/jboss/soa/esb/actions/jbpm.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 21 18:32:56 EDT 2007


Author: estebanschifman
Date: 2007-03-21 18:32:56 -0400 (Wed, 21 Mar 2007)
New Revision: 10420

Modified:
   labs/jbossesb/branches/JBESB_4_0_MP1/product/core/listeners/src/org/jboss/soa/esb/actions/jbpm/CommandInterpreter.java
Log:
Fix javadoc confusing text

Modified: labs/jbossesb/branches/JBESB_4_0_MP1/product/core/listeners/src/org/jboss/soa/esb/actions/jbpm/CommandInterpreter.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_0_MP1/product/core/listeners/src/org/jboss/soa/esb/actions/jbpm/CommandInterpreter.java	2007-03-21 22:21:12 UTC (rev 10419)
+++ labs/jbossesb/branches/JBESB_4_0_MP1/product/core/listeners/src/org/jboss/soa/esb/actions/jbpm/CommandInterpreter.java	2007-03-21 22:32:56 UTC (rev 10420)
@@ -62,12 +62,6 @@
 	} // ________________________________
 
 	/**
-	 * If configuration of current action speficied "okMethod=defaultReply" in the <action> element,
-	 * then the ActionProcessingPipeline will invoke this method upon normal return from invocation to
-	 * the process method.
-	 * <br/>Typically you would configure as follows:
-	 *   <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-	 *   &lt;action class=org.jboss.soa.esb.actions.jbpm.CommandInterpreter okMethod=defaultReply /&gt;
 	 * @param message - Containing payload and replyToEpr where to send the reply.
 	 * @throws Exception
 	 */




More information about the jboss-svn-commits mailing list