提交 910d12df 编写于 作者: F Frederik Heremans

Altered javadoc for URL_EXECUTIO_ACTIVITIES_COLLECTION

上级 787ffe96
......@@ -228,7 +228,7 @@ public final class RestUrls {
public static final String[] URL_EXECUTION_VARIABLE_DATA = {SEGMENT_RUNTIME_RESOURCES, SEGMENT_EXECUTION_RESOURCE, "{0}", SEGMENT_VARIABLES, "{1}", SEGMENT_VARIABLE_DATA};
/**
* URL template for a single execution: <i>runtime/executions/{0:executionId}</i>
* URL template for all active activities on an execution: <i>runtime/executions/{0:executionId}/activities</i>
*/
public static final String[] URL_EXECUTION_ACTIVITIES_COLLECTION = {SEGMENT_RUNTIME_RESOURCES, SEGMENT_EXECUTION_RESOURCE, "{0}", SEGMENT_ACTIVITIES};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册