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

formatting improvements

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