Skip to content

Commit 135ac1f

Browse files
committed
added a comment
1 parent a96765f commit 135ac1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-client-zeebe/src/main/java/io/camunda/zeebe/spring/client/annotation/value/ZeebeWorkerValue.java

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public ZeebeWorkerValue initializeName(
254254
public ZeebeWorkerValue initializeFetchVariables(
255255
boolean forceFetchAllVariables, String[] fetchVariables, MethodInfo methodInfo) {
256256
if (hasActivatedJobInjected(methodInfo)) {
257+
// do nothing
257258
} else if (forceFetchAllVariables) {
258259
// this overwrites any other setting
259260
setFetchVariables(new String[0]);

0 commit comments

Comments
 (0)