Update tutorials/workflow/java/challenges-tips/VersioningWorkflow.java

Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
salaboy 2025-08-18 10:41:18 +01:00
parent 34f0e26aec
commit c02c8ffed1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class VersioningWorkflow1 implements Workflow {
since these are difficult to replace with a new version.
*/
@Component
public class VersioningWorkflow1 implements Workflow {
public class VersioningWorkflow2 implements Workflow {
@Override
public WorkflowStub create() {
return ctx -> {