提交 952ea0a9 编写于 作者: K Kohsuke Kawaguchi

[JENKINS-19996] Setting the target version

上级 b2651f22
......@@ -32,7 +32,7 @@ import hudson.model.View;
/**
* @author ogondza
* @since TODO
* @since 1.538
*/
@Extension
public class CreateViewCommand extends CLICommand {
......
......@@ -31,7 +31,7 @@ import org.kohsuke.args4j.Argument;
/**
* @author ogondza
* @since TODO
* @since 1.538
*/
@Extension
public class DeleteViewCommand extends CLICommand {
......
......@@ -30,7 +30,7 @@ import org.kohsuke.args4j.Argument;
/**
* @author ogondza
* @since TODO
* @since 1.538
*/
@Extension
public class GetViewCommand extends CLICommand {
......
......@@ -32,7 +32,7 @@ import org.kohsuke.args4j.Argument;
/**
* @author ogondza
* @since TODO
* @since 1.538
*/
@Extension
public class UpdateViewCommand extends CLICommand {
......
......@@ -56,7 +56,7 @@ import org.kohsuke.args4j.spi.Setter;
* name does not exist or a user was not granted {@link View.READ} permission.
*
* @author ogondza
* @since TODO
* @since 1.538
*/
@MetaInfServices
public class ViewOptionHandler extends OptionHandler<View> {
......
......@@ -1060,7 +1060,7 @@ public abstract class View extends AbstractModelObject implements AccessControll
}
/**
* @since TODO
* @since 1.538
*/
public void writeXml(OutputStream out) throws IOException {
// pity we don't have a handy way to clone Jenkins.XSTREAM to temp add the omit Field
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册