提交 0c3aa562 编写于 作者: G gnt

Fix some javadocs links

上级 df988731
......@@ -29,7 +29,7 @@ public interface ActivityExecution extends DelegateExecution {
/* Process instance/activity/transition retrieval */
/**
* returns the current {@link Activity} of the execution.
* returns the current {@link PvmActivity} of the execution.
*/
PvmActivity getActivity();
......@@ -51,7 +51,7 @@ public interface ActivityExecution extends DelegateExecution {
* creates a new sub process instance.
* The current execution will be the super execution of the created execution.
*
* @param processDefinition The {@link ProcessDefinition} of the subprocess.
* @param processDefinition The {@link PvmProcessDefinition} of the subprocess.
*/
PvmProcessInstance createSubProcessInstance(PvmProcessDefinition processDefinition);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册