Skip to content

Commit

Permalink
Fixed typo in the comment of latestVersion()
Browse files Browse the repository at this point in the history
  • Loading branch information
attiladonath authored and filiphr committed Jul 12, 2023
1 parent b95cc33 commit c171657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public interface FormDefinitionQuery extends Query<FormDefinitionQuery, FormDefi
/**
* Only select the forms which are the latest deployed (ie. which have the highest version number for the given key).
*
* Can also be used without any other criteria (ie. query.latest().list()), which will then give all the latest versions of all the deployed decision tables.
* Can also be used without any other criteria (ie. query.latest().list()), which will then give all the latest versions of all the deployed form definitions.
*
* @throws FlowableIllegalArgumentException
* if used in combination with {@link #formVersion(Integer)} or {@link #deploymentId(String)}
Expand Down

0 comments on commit c171657

Please sign in to comment.