提交 6a2aa4a5 编写于 作者: B Bassam Al-Sarori

correction to javadoc

上级 93c2ae92
...@@ -137,7 +137,7 @@ public final class RestUrls { ...@@ -137,7 +137,7 @@ public final class RestUrls {
public static final String[] URL_PROCESS_DEFINITION_MODEL = {SEGMENT_REPOSITORY_RESOURCES, SEGMENT_PROCESS_DEFINITION_RESOURCE, "{0}", SEGMENT_MODEL}; public static final String[] URL_PROCESS_DEFINITION_MODEL = {SEGMENT_REPOSITORY_RESOURCES, SEGMENT_PROCESS_DEFINITION_RESOURCE, "{0}", SEGMENT_MODEL};
/** /**
* URL template for the model of a process definition: <i>repository/process-definitions/{0:processDefinitionId}/model</i> * URL template for the image of a process definition: <i>repository/process-definitions/{0:processDefinitionId}/image</i>
*/ */
public static final String[] URL_PROCESS_DEFINITION_IMAGE = {SEGMENT_REPOSITORY_RESOURCES, SEGMENT_PROCESS_DEFINITION_RESOURCE, "{0}", SEGMENT_IMAGE}; public static final String[] URL_PROCESS_DEFINITION_IMAGE = {SEGMENT_REPOSITORY_RESOURCES, SEGMENT_PROCESS_DEFINITION_RESOURCE, "{0}", SEGMENT_IMAGE};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册