提交 270f9a15 编写于 作者: J jglick

JDK 7 compilation error.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@32040 71c3de6d-444a-0410-be80-ed276b4c234a
上级 97c46cf8
......@@ -31,7 +31,7 @@ public class DropdownList extends UISample {
}
public DescriptorExtensionList<Fruit,Descriptor<Fruit>> getFruitDescriptors() {
return Hudson.getInstance().getDescriptorList(Fruit.class);
return Hudson.getInstance().<Fruit,Descriptor<Fruit>>getDescriptorList(Fruit.class);
}
// Process form data and show it as serialized XML
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册