minor - remove deprecated marker for the process method as it is still going to be needed in future.

This commit is contained in:
Heng Sin Low 2009-12-14 04:37:50 +00:00
parent 84c9ba8a53
commit 9ae8675b13
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ public class ProcessCtl implements Runnable
* @param pi ProcessInfo process info
* @param trx Transaction
* @return worker started ProcessCtl instance or null for workflow
* @deprecated
*/
public static ProcessCtl process (ASyncProcess parent, int WindowNo, ProcessInfo pi, Trx trx)
{