提交 ba37bf51 编写于 作者: J Jesse Glick

Noting that ParameterValue.getValue can on occasion return null.

上级 c63abe3e
......@@ -36,6 +36,7 @@ import java.io.IOException;
import java.io.Serializable;
import java.util.Map;
import java.util.logging.Logger;
import javax.annotation.CheckForNull;
import jenkins.model.Jenkins;
import net.sf.json.JSONObject;
......@@ -305,6 +306,7 @@ public abstract class ParameterValue implements Serializable {
* If there's nothing that really fits the bill, the callee can return {@code this}.
* @since 1.568
*/
@CheckForNull
public Object getValue() {
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册