[jbpm-commits] JBoss JBPM SVN: r3977 - jbpm4/trunk/modules/api/src/main/java/org/jbpm/activity.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 20 06:32:52 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-02-20 06:32:52 -0500 (Fri, 20 Feb 2009)
New Revision: 3977

Modified:
   jbpm4/trunk/modules/api/src/main/java/org/jbpm/activity/ActivityExecution.java
Log:
removed obsolete javadocs

Modified: jbpm4/trunk/modules/api/src/main/java/org/jbpm/activity/ActivityExecution.java
===================================================================
--- jbpm4/trunk/modules/api/src/main/java/org/jbpm/activity/ActivityExecution.java	2009-02-20 11:13:30 UTC (rev 3976)
+++ jbpm4/trunk/modules/api/src/main/java/org/jbpm/activity/ActivityExecution.java	2009-02-20 11:32:52 UTC (rev 3977)
@@ -195,10 +195,8 @@
    * 
    * <p>The execution will be removed from it's parent.  Potentially this can cause 
    * a parent execution to start executing in case this is the last concurrent 
-   * execution for which the parent is waiting.</p>
-   * 
-   * <p>This method should not be called in {@link ActivityBehaviour}s.  It can be called from 
-   * outside the process execution and in {@link ExternalActivityBehaviour}s. </p> */
+   * execution for which the parent is waiting.</p> 
+   */
   void end();
 
   /** ends this execution and all it's child executions with a user defined 




More information about the jbpm-commits mailing list