提交 198c7312 编写于 作者: J James Nord

[JENKINS-28683] method should be private

上级 7e21ac34
......@@ -102,7 +102,7 @@ public abstract class AperiodicWork extends SafeTimerTask implements ExtensionPo
}
}
public static void scheduleAperiodWork(AperiodicWork ap) {
private static void scheduleAperiodWork(AperiodicWork ap) {
Timer.get().schedule(ap, ap.getInitialDelay(), TimeUnit.MILLISECONDS);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册