提交 fa89117a 编写于 作者: M Mark Waite

Fix javadoc warnings in Run.java

ProcessTree was referenced without being imported.  Added the import.

ArtifactManager.load() method was referenced but doesn't exist.
上级 a900b488
...@@ -55,6 +55,7 @@ import hudson.tasks.test.AbstractTestResultAction; ...@@ -55,6 +55,7 @@ import hudson.tasks.test.AbstractTestResultAction;
import hudson.util.FlushProofOutputStream; import hudson.util.FlushProofOutputStream;
import hudson.util.FormApply; import hudson.util.FormApply;
import hudson.util.LogTaskListener; import hudson.util.LogTaskListener;
import hudson.util.ProcessTree;
import hudson.util.XStream2; import hudson.util.XStream2;
import java.io.BufferedReader; import java.io.BufferedReader;
...@@ -1252,7 +1253,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run ...@@ -1252,7 +1253,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run
/** /**
* Gets the artifact file. * Gets the artifact file.
* @deprecated May not be meaningful with custom artifact managers. Use {@link ArtifactManager#load} with {@link #relativePath} instead. * @deprecated May not be meaningful with custom artifact managers.
*/ */
@Deprecated @Deprecated
public File getFile() { public File getFile() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册