minor - remove deprecated marker for the process method as it is still going to be needed in future.
This commit is contained in:
parent
84c9ba8a53
commit
9ae8675b13
|
@ -78,7 +78,6 @@ public class ProcessCtl implements Runnable
|
||||||
* @param pi ProcessInfo process info
|
* @param pi ProcessInfo process info
|
||||||
* @param trx Transaction
|
* @param trx Transaction
|
||||||
* @return worker started ProcessCtl instance or null for workflow
|
* @return worker started ProcessCtl instance or null for workflow
|
||||||
* @deprecated
|
|
||||||
*/
|
*/
|
||||||
public static ProcessCtl process (ASyncProcess parent, int WindowNo, ProcessInfo pi, Trx trx)
|
public static ProcessCtl process (ASyncProcess parent, int WindowNo, ProcessInfo pi, Trx trx)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue