提交 3275456d 编写于 作者: K Kohsuke Kawaguchi

this method needs no synchronization

上级 0f46fb78
...@@ -917,7 +917,7 @@ public class Queue extends ResourceController implements Saveable { ...@@ -917,7 +917,7 @@ public class Queue extends ResourceController implements Saveable {
* <p> * <p>
* This wakes up one {@link Executor} so that it will maintain a queue. * This wakes up one {@link Executor} so that it will maintain a queue.
*/ */
public synchronized void scheduleMaintenance() { public void scheduleMaintenance() {
new MaintainTask(this).once(); new MaintainTask(this).once();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册