提交 e1317648 编写于 作者: K Kohsuke Kawaguchi

formatting improvements

上级 b1f0a7be
......@@ -45,19 +45,17 @@ import java.util.logging.Logger;
* where the "monitoring" consists of executing something periodically on every node
* and taking some action based on its result.
*
* <p>
* "T" represents the the result of the monitoring.
*
* @param <T>
* represents the the result of the monitoring.
* @author Kohsuke Kawaguchi
*/
public abstract class AbstractNodeMonitorDescriptor<T> extends Descriptor<NodeMonitor> {
public abstract class AbstractNodeMonitorDescriptor<T> extends Descriptor<NodeMonitor> {
protected AbstractNodeMonitorDescriptor() {
this(HOUR);
}
protected AbstractNodeMonitorDescriptor(long interval) {
schedule(interval);
}
protected AbstractNodeMonitorDescriptor(Class<? extends NodeMonitor> clazz) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册