Commit 0c34aa83 by xuxueli

update document

parent 256c73c1
...@@ -30,7 +30,7 @@ public class JobTriggerPoolHelper { ...@@ -30,7 +30,7 @@ public class JobTriggerPoolHelper {
new ThreadFactory() { new ThreadFactory() {
@Override @Override
public Thread newThread(Runnable r) { public Thread newThread(Runnable r) {
return new Thread(r, "xxl-job, admin JobTriggerPoolHelper-triggerPool" + r.hashCode()); return new Thread(r, "xxl-job, admin JobTriggerPoolHelper-triggerPool-" + r.hashCode());
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment