提交 709586c5 编写于 作者: M mindless

[FIXED HUDSON-3319] javadoc fix


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16809 71c3de6d-444a-0410-be80-ed276b4c234a
上级 6a2caa3f
......@@ -140,7 +140,7 @@ public abstract class AbstractBuild<P extends AbstractProject<P,R>,R extends Abs
* Returns a {@link Slave} on which this build was done.
*
* @return
* null, for example if the slave that this build run no logner exists.
* null, for example if the slave that this build run no longer exists.
*/
public Node getBuiltOn() {
if(builtOn==null || builtOn.equals(""))
......@@ -150,7 +150,8 @@ public abstract class AbstractBuild<P extends AbstractProject<P,R>,R extends Abs
}
/**
* Returns the name of the slave it was built on, or null if it was the master.
* Returns the name of the slave it was built on; null or "" if built by the master.
* (null happens when we read old record that didn't have this information.)
*/
@Exported(name="builtOn")
public String getBuiltOnStr() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册