Skip to content

Commit

Permalink
LPS-77056 LRDOCS-4160 Edit Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
codyhoag authored and brianchandotcom committed Jan 18, 2018
1 parent 4333483 commit 81739c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -149,7 +149,7 @@ public List<WorkflowDefinition> getWorkflowDefinitions(
* To save the definition, validate its data, and activate it, use {@link
* #deployWorkflowDefinition(long, long, String, String, byte[])} instead.
*
* @param companyId the company ID of this workflow definition
* @param companyId the company ID of the workflow definition
* @param userId the ID of the user saving the workflow definition
* @param title the workflow definition's title
* @param name the workflow definition's name
Expand Down
Expand Up @@ -142,7 +142,7 @@ public List<WorkflowDefinition> getWorkflowDefinitions(
* To save the definition, validate its data, and activate it, use {@link
* #deployWorkflowDefinition(long, long, String, String, byte[])} instead.
*
* @param companyId the company ID of this workflow definition
* @param companyId the company ID of the workflow definition
* @param userId the ID of the user saving the workflow definition
* @param title the workflow definition's title
* @param name the workflow definition's name
Expand Down
Expand Up @@ -169,7 +169,7 @@ public static List<WorkflowDefinition> getWorkflowDefinitions(
* To save the definition, validate its data, and activate it, use {@link
* #deployWorkflowDefinition(long, long, String, String, byte[])} instead.
*
* @param companyId the company ID of this workflow definition
* @param companyId the company ID of the workflow definition
* @param userId the ID of the user saving the workflow definition
* @param title the workflow definition's title
* @param name the workflow definition's name
Expand Down

0 comments on commit 81739c5

Please sign in to comment.