Browse Source

fix some typo

陈精华 1 year ago
parent
commit
586561ec5a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      server/src/main/java/cn/keking/config/ConfigConstants.java

+ 4 - 4
server/src/main/java/cn/keking/config/ConfigConstants.java

@@ -524,12 +524,12 @@ public class ConfigConstants {
     }
 
     @Value("${cad.thread:5}")
-    public void setCadThread(int cadthread) {
-        setCadThreadValue(cadthread);
+    public void setCadThread(int cadThread) {
+        setCadThreadValue(cadThread);
     }
 
-    public static void setCadThreadValue(int cadthread) {
-        ConfigConstants.cadThread = cadthread;
+    public static void setCadThreadValue(int cadThread) {
+        ConfigConstants.cadThread = cadThread;
     }
 
     /**