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

Add forgotten @since from pull reguest #803

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