Skip to content

Commit c205a8a

Browse files
committed
Format
1 parent e258f43 commit c205a8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/dev/dsf/bpe/service/ping/CheckPingTaskStatus.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ protected void doExecuteWithErrorHandling(DelegateExecution delegateExecution, V
3636
Target target = variables.getTarget();
3737
String correlationKey = target.getCorrelationKey();
3838

39-
//Do not use getVariableLocal() here. CheckPingTaskStatus gets executed in a child execution of the one that
40-
//stored the variable. GetVariableLocal() will only look in the child execution's variables and find nothing.
41-
//GetVariable() or the DSF API's getString() does look for values in the parent execution's variables.
39+
// Do not use getVariableLocal() here. CheckPingTaskStatus gets executed in a child execution of the one that
40+
// stored the variable. GetVariableLocal() will only look in the child execution's variables and find nothing.
41+
// GetVariable() or the DSF API's getString() does look for values in the parent execution's variables.
4242
String taskId = variables.getString(ExecutionVariables.pingTaskId.name());
4343

4444
try

0 commit comments

Comments
 (0)