Skip to content

Commit

Permalink
Add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Sep 30, 2024
1 parent a19eeda commit 8270b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/model/plugins/InputAdapterPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import kotlin.reflect.full.callSuspend
* signature:
*
* suspend fun myInputAdapter(input: model.processchain.Argument,
* executable: model.processchain.Executable,
* processChain: model.processchain.ProcessChain,
* vertx: io.vertx.core.Vertx): List<model.processchain.Argument>
*
Expand Down

0 comments on commit 8270b14

Please sign in to comment.