github-advanced-security[bot] commented on code in PR #17707:
URL: https://github.com/apache/druid/pull/17707#discussion_r1947408209


##########
server/src/main/java/org/apache/druid/metadata/MetadataSupervisorManager.java:
##########
@@ -63,4 +63,11 @@
    * @return number of supervisor removed
    */
   int removeTerminatedSupervisorsOlderThan(long timestamp);
+  /**
+   * Checks whether the submitted spec is different from the spec in the 
metastore
+   *
+   * @param SupervisorSpec spec being submitted

Review Comment:
   ## Spurious Javadoc @param tags
   
   @param tag "SupervisorSpec" does not match any actual parameter of method 
"wasSupervisorSpecModified()".
   
   [Show more 
details](https://github.com/apache/druid/security/code-scanning/8667)



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to