Skip to content

Commit 803b8c5

Browse files
authored
Update spring-boot-starter/src/main/kotlin/dev/bpmcrafters/processengine/worker/ProcessEngineWorker.kt
1 parent ab61169 commit 803b8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-starter/src/main/kotlin/dev/bpmcrafters/processengine/worker/ProcessEngineWorker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ annotation class ProcessEngineWorker(
3636
/**
3737
* Optional lock duration in seconds for this worker.
3838
* If not specified (default: -1), the adapter's global configuration will be used.
39-
* @since 0.9.0
39+
* @since 0.8.0
4040
*/
4141
val lockDuration: Long = DEFAULT_UNSET_LOCK_DURATION
4242
) {

0 commit comments

Comments
 (0)