提交 5fca985c 编写于 作者: K kohsuke

removed a warning at runtime.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@22182 71c3de6d-444a-0410-be80-ed276b4c234a
上级 2f6d427c
......@@ -35,7 +35,7 @@ import com.gargoylesoftware.htmlunit.html.HtmlPage;
*
* @author Kohsuke Kawaguchi
*/
public class ValidateButtonTest extends HudsonTestCase implements Describable {
public class ValidateButtonTest extends HudsonTestCase implements Describable<ValidateButtonTest> {
public void test1() throws Exception {
DescriptorImpl d = getDescriptor();
......@@ -51,7 +51,7 @@ public class ValidateButtonTest extends HudsonTestCase implements Describable {
}
@Extension
public static final class DescriptorImpl extends Descriptor {
public static final class DescriptorImpl extends Descriptor<ValidateButtonTest> {
private Exception test1Outcome;
public String getDisplayName() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册