提交 b70f4c07 编写于 作者: O Oliver Gondža

Add forgotten @since from pull reguest #803

上级 37d1b8d7
...@@ -36,7 +36,7 @@ import org.kohsuke.args4j.CmdLineException; ...@@ -36,7 +36,7 @@ import org.kohsuke.args4j.CmdLineException;
/** /**
* @author ogondza * @author ogondza
* @since XXX * @since 1.526
*/ */
@Extension @Extension
public class CreateNodeCommand extends CLICommand { public class CreateNodeCommand extends CLICommand {
......
...@@ -35,7 +35,7 @@ import org.kohsuke.args4j.Argument; ...@@ -35,7 +35,7 @@ import org.kohsuke.args4j.Argument;
/** /**
* @author ogondza * @author ogondza
* @since XXX * @since 1.526
*/ */
@Extension @Extension
public class GetNodeCommand extends CLICommand { public class GetNodeCommand extends CLICommand {
......
...@@ -35,7 +35,7 @@ import org.kohsuke.args4j.Argument; ...@@ -35,7 +35,7 @@ import org.kohsuke.args4j.Argument;
/** /**
* @author ogondza * @author ogondza
* @since XXX * @since 1.526
*/ */
@Extension @Extension
public class UpdateNodeCommand extends CLICommand { public class UpdateNodeCommand extends CLICommand {
......
...@@ -38,7 +38,7 @@ import org.kohsuke.args4j.spi.Setter; ...@@ -38,7 +38,7 @@ import org.kohsuke.args4j.spi.Setter;
* Refers to {@link Node} by its name. * Refers to {@link Node} by its name.
* *
* @author ogondza * @author ogondza
* @since XXX * @since 1.526
*/ */
@MetaInfServices @MetaInfServices
public class NodeOptionHandler extends OptionHandler<Node> { public class NodeOptionHandler extends OptionHandler<Node> {
......
...@@ -1239,7 +1239,7 @@ public /*transient*/ abstract class Computer extends Actionable implements Acces ...@@ -1239,7 +1239,7 @@ public /*transient*/ abstract class Computer extends Actionable implements Acces
/** /**
* Updates Job by its XML definition. * Updates Job by its XML definition.
* *
* @since XXX * @since 1.526
*/ */
public void updateByXml(final InputStream source) throws IOException, ServletException { public void updateByXml(final InputStream source) throws IOException, ServletException {
checkPermission(CONFIGURE); checkPermission(CONFIGURE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册