提交 ebd6981d 编写于 作者: K Kohsuke Kawaguchi 提交者: Stephen Connolly

This concept is unique to View, so I think it's fair to implement this by default

上级 a66959d7
......@@ -53,7 +53,9 @@ public abstract class ViewPropertyDescriptor extends Descriptor<ViewProperty> {
* @return null
* if the implementation choose not to add any property object for such view.
*/
public abstract ViewProperty newInstance(View view);
public ViewProperty newInstance(View view) {
return null;
}
/**
* Whether or not the described property is enabled in the current context.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册