github-advanced-security[bot] commented on code in PR #17955:
URL: 
https://github.com/apache/dolphinscheduler/pull/17955#discussion_r2768778667


##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteContext.java:
##########
@@ -49,12 +48,65 @@
 
     private final IWorkflowGraph workflowGraph;
 
-    private final IWorkflowExecutionGraph workflowExecutionGraph;
+    private volatile IWorkflowExecutionGraph workflowExecutionGraph;

Review Comment:
   ## Missing Override annotation
   
   This method overrides 
[IWorkflowExecuteContext.getWorkflowExecutionGraph](1); it is advisable to add 
an Override annotation.
   
   [Show more 
details](https://github.com/apache/dolphinscheduler/security/code-scanning/5611)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to