github-code-scanning[bot] commented on code in PR #13475:
URL: 
https://github.com/apache/dolphinscheduler/pull/13475#discussion_r1095837771


##########
dolphinscheduler-scheduler-plugin/dolphinscheduler-scheduler-quartz/src/main/java/org/apache/dolphinscheduler/scheduler/quartz/QuartzZeroSizeThreadPool.java:
##########
@@ -0,0 +1,18 @@
+package org.apache.dolphinscheduler.scheduler.quartz;
+
+import org.quartz.simpl.ZeroSizeThreadPool;
+
+public class QuartzZeroSizeThreadPool extends ZeroSizeThreadPool {
+
+    /**
+     * fix spring bug : add getter、setter method for threadCount field
+     * @param count never use
+     */
+    public void setThreadCount(int count) {

Review Comment:
   ## Useless parameter
   
   The parameter 'count' is never used.
   
   [Show more 
details](https://github.com/apache/dolphinscheduler/security/code-scanning/2645)



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