提交 8d85066a 编写于 作者: C Christoph Kutzinski

Again javac and jdt doesn't seem to agree whether something is compilable or not

上级 58f474dc
......@@ -1717,8 +1717,9 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
* a relative path within the Hudson being tested. (IOW, if you really need to hit
* a website on the internet, there's nothing wrong with using this method.)
*/
@SuppressWarnings("unchecked")
@Override
public <P extends Page> P getPage(String url) throws IOException, FailingHttpStatusCodeException {
public Page getPage(String url) throws IOException, FailingHttpStatusCodeException {
return super.getPage(url);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册