Skip to content

Commit

Permalink
Chore: fix parameter name to match Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Aug 30, 2023
1 parent 7bd4ee8 commit 7e6b5a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface HistoricCaseInstanceMigrationBuilder {
* @return Returns the builder
* @see HistoricCaseInstanceMigrationDocument
*/
HistoricCaseInstanceMigrationBuilder fromHistoricCaseInstanceMigrationDocument(HistoricCaseInstanceMigrationDocument caseInstanceMigrationDocument);
HistoricCaseInstanceMigrationBuilder fromHistoricCaseInstanceMigrationDocument(HistoricCaseInstanceMigrationDocument historicCaseInstanceMigrationDocument);

/**
* Specifies the case definition to migrate to, using the case definition id
Expand Down

0 comments on commit 7e6b5a7

Please sign in to comment.