提交 158a644b 编写于 作者: K kohsuke

leave stronger type signature.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3113 71c3de6d-444a-0410-be80-ed276b4c234a
上级 21cbf231
......@@ -77,7 +77,7 @@ public final class Result implements Serializable, CustomExposureBean {
return FAILURE;
}
public Object toExposedObject() {
public String toExposedObject() {
return name;
}
......
......@@ -24,7 +24,7 @@ public final class EditType implements CustomExposureBean {
return description;
}
public Object toExposedObject() {
public String toExposedObject() {
return name;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册