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

Merge pull request #1018 from MarkEWaite/javadoc-fixes-i

Javadoc warning fixes for CLICommand, Run, and ViewOptionHandler
......@@ -249,7 +249,7 @@ public abstract class CLICommand implements ExtensionPoint, Cloneable {
/**
* Get parser for this command.
*
* Exposed to be overridden by {@link CLIRegisterer}.
* Exposed to be overridden by {@link hudson.cli.declarative.CLIRegisterer}.
* @since TODO
*/
protected CmdLineParser getCmdLineParser() {
......
......@@ -53,7 +53,7 @@ import org.kohsuke.args4j.spi.Setter;
* Handler traverse the view names from left to right. First one is expected to
* be a top level view and all but the last one are expected to be instances of
* {@link ViewGroup}. Handler fails to resolve view provided a view with given
* name does not exist or a user was not granted {@link View.READ} permission.
* name does not exist or a user was not granted {@link View#READ} permission.
*
* @author ogondza
* @since 1.538
......
......@@ -2169,7 +2169,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
* processes for this build.
*
* <p>
* {@link BuildStep}s that invoke external processes should use this.
* {@link hudson.tasks.BuildStep}s that invoke external processes should use this.
* This allows {@link BuildWrapper}s and other project configurations (such as JDK selection)
* to take effect.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册