提交 5437b78f 编写于 作者: O Oliver Gondža 提交者: GitHub

Merge pull request #2538 from olivergondza/trivial-groovy-error

Fix groovy test class declaration
......@@ -611,7 +611,7 @@ public class AbstractProjectTest extends HudsonTestCase {
}
static class MockBuildTriggerThrowsNPEOnStart<Item> extends Trigger {
static class MockBuildTriggerThrowsNPEOnStart extends Trigger<Item> {
@Override
public void start(hudson.model.Item project, boolean newInstance) { throw new NullPointerException(); }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册