提交 10ac2b3c 编写于 作者: S Stephen Connolly

add @since tags

上级 f07fb853
...@@ -202,6 +202,7 @@ public abstract class Node extends AbstractModelObject implements Reconfigurable ...@@ -202,6 +202,7 @@ public abstract class Node extends AbstractModelObject implements Reconfigurable
* *
* @return {@code true} if the node is accepting tasks. * @return {@code true} if the node is accepting tasks.
* @see Computer#isAcceptingTasks() * @see Computer#isAcceptingTasks()
* @since 1.586
*/ */
public boolean isAcceptingTasks() { public boolean isAcceptingTasks() {
return true; return true;
......
...@@ -75,6 +75,7 @@ public abstract class RetentionStrategy<T extends Computer> extends AbstractDesc ...@@ -75,6 +75,7 @@ public abstract class RetentionStrategy<T extends Computer> extends AbstractDesc
* @param c the computer. * @param c the computer.
* @return {@code true} if the computer is accepting tasks * @return {@code true} if the computer is accepting tasks
* @see hudson.model.Computer#isAcceptingTasks() * @see hudson.model.Computer#isAcceptingTasks()
* @since 1.586
*/ */
public boolean isAcceptingTasks(T c) { public boolean isAcceptingTasks(T c) {
return true; return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册