Skip to content

Commit 3226b58

Browse files
authored
Merge pull request #3704 from JaJay-Liang/master
注释拼写
2 parents 07b58ac + d5bd256 commit 3226b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xxl-job-core/src/main/java/com/xxl/job/core/thread/JobThread.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void run() {
110110

111111
TriggerParam triggerParam = null;
112112
try {
113-
// to check toStop signal, we need cycle, so wo cannot use queue.take(), instand of poll(timeout)
113+
// to check toStop signal, we need cycle, so we cannot use queue.take(), instead of poll(timeout)
114114
triggerParam = triggerQueue.poll(3L, TimeUnit.SECONDS);
115115
if (triggerParam!=null) {
116116
running = true;
@@ -206,7 +206,7 @@ public Boolean call() throws Exception {
206206
if(triggerParam != null) {
207207
// callback handler info
208208
if (!toStop) {
209-
// commonm
209+
// common
210210
TriggerCallbackThread.pushCallBack(new HandleCallbackParam(
211211
triggerParam.getLogId(),
212212
triggerParam.getLogDateTime(),

0 commit comments

Comments
 (0)