Skip to content

Commit c63822e

Browse files
committed
Fix NPE
Signed-off-by: siri-varma <[email protected]> Signed-off-by: sirivarma <[email protected]>
1 parent 9c894a8 commit c63822e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/src/main/java/io/dapr/examples/workflows/childworkflow/DemoChildWorkflowWorker.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public class DemoChildWorkflowWorker {
2525
*/
2626
public static void main(String[] args) throws Exception {
2727
// Register the Workflow with the builder.
28-
2928
WorkflowRuntimeBuilder builder = new WorkflowRuntimeBuilder()
3029
.registerWorkflow(DemoWorkflow.class)
3130
.registerWorkflow(DemoChildWorkflow.class);

0 commit comments

Comments
 (0)