Skip to content

Commit b799023

Browse files
committed
Fix NPE
Signed-off-by: siri-varma <siri.varma@outlook.com> Signed-off-by: sirivarma <siri.varma@outlook.com>
1 parent 562c09c commit b799023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ public static void main(String[] args) {
3939
throw new RuntimeException(e);
4040
}
4141
}
42-
}
42+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ public Object run(WorkflowActivityContext ctx) {
3232

3333
return newMessage;
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)