mirror of https://github.com/dapr/quickstarts.git
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:
parent
34f0e26aec
commit
c02c8ffed1
|
@ -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 -> {
|
||||
|
|
Loading…
Reference in New Issue