We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1311f6 commit bfad3e2Copy full SHA for bfad3e2
1 file changed
src/main/java/com/uber/cadence/samples/query/OrderFulfillmentWorkflow.java
@@ -107,8 +107,8 @@ public static final class WorkflowImpl implements WorkflowIface {
107
*/
108
private final ArrayDeque<Object> inbox = new ArrayDeque<>();
109
110
- private final String cachedWorkflowId = "";
111
- private final String cachedRunId = "";
+ private final String cachedWorkflowId;
+ private final String cachedRunId;
112
113
/** Inbox wrapper so {@code mark_ready_to_ship} vs {@code mark_delivered} are not ambiguous. */
114
private static final class ReadyToShipMessage {
0 commit comments